浏览代码

no message

linwenxin 5 月之前
父节点
当前提交
002a192a8d
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/App.vue

+ 9 - 0
src/App.vue

@@ -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>