فهرست منبع

fix: 详情弹窗中,不可编辑的表单背景颜色及文字颜色修改

laiqi 1 سال پیش
والد
کامیت
9b068617c6
1فایلهای تغییر یافته به همراه25 افزوده شده و 0 حذف شده
  1. 25 0
      packages/styles/src/ele/index.css

+ 25 - 0
packages/styles/src/ele/index.css

@@ -39,6 +39,31 @@
   }
 }
 
+.el-input.is-disabled .el-input__inner {
+  color: #4d4e53 !important;
+  background-color: #f0f0f0;
+  -webkit-text-fill-color: #4d4e53 !important;
+}
+
+.el-textarea.is-disabled .el-textarea__inner {
+  color: #4d4e53 !important;
+  background-color: #f0f0f0;
+  -webkit-text-fill-color: #4d4e53 !important;
+}
+
+.el-select__wrapper.is-disabled {
+  color: #4d4e53 !important;
+  background-color: #f0f0f0;
+
+  .el-tag {
+    --el-tag-text-color: #4d4e53 !important;
+  }
+
+  .el-select__selected-item {
+    color: #4d4e53 !important;
+  }
+}
+
 html .el-loading-mask {
   z-index: 1000;
 }