forked from integrated_whb/integrated_whb_vue
element样式
parent
5751d75241
commit
3bed69c2c3
|
@ -251,6 +251,14 @@
|
||||||
color: var(--el-text-color-regular) !important;
|
color: var(--el-text-color-regular) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-date-table.is-week-mode .el-date-table__row {
|
||||||
|
&.current, &:hover {
|
||||||
|
.el-date-table-cell {
|
||||||
|
--el-datepicker-inrange-bg-color: var(--el-fill-color-light) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.el-input.is-disabled .el-input__wrapper {
|
.el-input.is-disabled .el-input__wrapper {
|
||||||
box-shadow: 0 0 0 1px var(--el-border-color) inset !important;
|
box-shadow: 0 0 0 1px var(--el-border-color) inset !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue