@@ -167,4 +167,13 @@ export default {
.el-dialog__headerbtn {
top: 10px !important;
}
+
+.is-disabled {
+ .el-input__inner,
+ .el-textarea__inner {
+ color: #000 !important;
+ font-weight: bold !important;
+ background-color: #fff !important;
+ }
+}
</style>