Browse Source

禁用样式修改

lichao 3 năm trước cách đây
mục cha
commit
1325e895d7
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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>