linwenxin vor 5 Monaten
Ursprung
Commit
002a192a8d
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  1. 9 0
      src/App.vue

+ 9 - 0
src/App.vue

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