Quellcode durchsuchen

禁用样式修改

lichao vor 3 Jahren
Ursprung
Commit
1325e895d7
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      src/App.vue

+ 8 - 0
src/App.vue

@@ -23,4 +23,12 @@ export default {
   height: 100%;
   overflow: hidden;
 }
+.el-input.is-disabled .el-input__inner {
+  color: #000000 !important;
+  background-color: #fcfcfc !important;
+}
+.el-textarea.is-disabled .el-textarea__inner {
+  color: #000000 !important;
+  background-color: #fcfcfc !important;
+}
 </style>