mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Unified disabled color
This commit is contained in:
parent
ce5bbc1ff7
commit
dad08b9cd7
|
|
@ -5,7 +5,7 @@
|
|||
--el-border-color: #dee0e3;
|
||||
--el-text-color-regular: #1f2329;
|
||||
--el-color-info: #8f959e !important;
|
||||
--el-disabled-bg-color: #eff0f1;
|
||||
--el-disabled-bg-color: #eff0f1 !important;
|
||||
--el-text-color-primary: #1f2329;
|
||||
}
|
||||
|
||||
|
|
@ -259,15 +259,15 @@
|
|||
padding: 1px 12px !important;
|
||||
}
|
||||
|
||||
.el-input.is-disabled .el-input__wrapper {
|
||||
}
|
||||
|
||||
.el-input--large {
|
||||
.el-input__inner {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.el-select__wrapper.is-disabled {
|
||||
background-color: var(--el-disabled-bg-color)!important;
|
||||
}
|
||||
.el-select__placeholder {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
@ -348,6 +348,10 @@
|
|||
color: var(--app-text-color);
|
||||
}
|
||||
|
||||
.radio_content .is-disabled {
|
||||
background-color: var(--el-disabled-bg-color)!important;;
|
||||
}
|
||||
|
||||
.el-input-number.is-controls-right .el-input__wrapper {
|
||||
padding-left: 15px !important;
|
||||
padding-right: 42px !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue