|
|
@@ -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;
|
|
|
}
|