Skip to content

Commit dad08b9

Browse files
fix: Unified disabled color
1 parent ce5bbc1 commit dad08b9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ui/src/styles/element-plus.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--el-border-color: #dee0e3;
66
--el-text-color-regular: #1f2329;
77
--el-color-info: #8f959e !important;
8-
--el-disabled-bg-color: #eff0f1;
8+
--el-disabled-bg-color: #eff0f1 !important;
99
--el-text-color-primary: #1f2329;
1010
}
1111

@@ -259,15 +259,15 @@
259259
padding: 1px 12px !important;
260260
}
261261

262-
.el-input.is-disabled .el-input__wrapper {
263-
}
264-
265262
.el-input--large {
266263
.el-input__inner {
267264
font-size: 16px;
268265
}
269266
}
270267

268+
.el-select__wrapper.is-disabled {
269+
background-color: var(--el-disabled-bg-color)!important;
270+
}
271271
.el-select__placeholder {
272272
font-weight: 400;
273273
}
@@ -348,6 +348,10 @@
348348
color: var(--app-text-color);
349349
}
350350

351+
.radio_content .is-disabled {
352+
background-color: var(--el-disabled-bg-color)!important;;
353+
}
354+
351355
.el-input-number.is-controls-right .el-input__wrapper {
352356
padding-left: 15px !important;
353357
padding-right: 42px !important;

0 commit comments

Comments
 (0)