File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
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}
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 ;
You can’t perform that action at this time.
0 commit comments