lichao 3 rokov pred
rodič
commit
1325e895d7
1 zmenil súbory, kde vykonal 8 pridanie a 0 odobranie
  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>