Browse Source

no message

linwenxin 4 months ago
parent
commit
3a69918ffa
2 changed files with 18 additions and 11 deletions
  1. 9 2
      src/App.vue
  2. 9 9
      src/components/template/template-page-1.vue

+ 9 - 2
src/App.vue

@@ -169,12 +169,19 @@ export default {
 }
 
 .is-disabled {
+  .el-textarea__inner,
   .el-input__inner,
-  .el-textarea__inner {
-    // font-size: 18px !important;
+  .el-radio__label,
+  .el-radio__input {
     color: #333 !important;
     font-weight: bold !important;
     background-color: #fff !important;
   }
 }
+
+.el-input__inner,
+.el-textarea__inner {
+  color: #333 !important;
+  font-weight: bold !important;
+}
 </style>

+ 9 - 9
src/components/template/template-page-1.vue

@@ -685,15 +685,15 @@ export default {
   }
 }
 
-::v-deep .is-disabled {
-  .el-textarea__inner,
-  .el-input__inner,
-  .el-radio__label,
-  .el-radio__input {
-    background-color: rgba(228, 231, 237, 0.35) !important;
-    color: #606266 !important;
-  }
-}
+// ::v-deep .is-disabled {
+//   .el-textarea__inner,
+//   .el-input__inner,
+//   .el-radio__label,
+//   .el-radio__input {
+//     background-color: rgba(228, 231, 237, 0.35) !important;
+//     color: #606266 !important;
+//   }
+// }
 
 ::v-deep .el-checkbox.is-bordered.is-checked,
 ::v-deep .el-radio.is-bordered.is-checked {