linwenxin 5 kuukautta sitten
vanhempi
commit
002a192a8d
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  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>