This commit is contained in:
bb_pan 2025-11-28 18:07:51 +08:00
parent 8b6c4caa1d
commit 4412c918df
2 changed files with 32 additions and 20 deletions

View File

@ -601,20 +601,20 @@ export default {
background-color: rgba(16, 37, 81, 0.5);
}
::v-deep .el-select-dropdown {
background-color: #0C1837 !important;
border: 1px solid #0C1837 !important;
background-color: #0c1837 !important;
border: 1px solid #0c1837 !important;
overflow: hidden;
}
::v-deep .el-scrollbar {
/* height: 184px !important; */
background-color: #0C1837 !important;
background-color: #0c1837 !important;
}
::v-deep .el-select-dropdown__item {
color: #fff !important;
}
::v-deep .el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
background: #0C1837 !important;
background: #0c1837 !important;
}
// --
@ -661,19 +661,25 @@ export default {
</style>
<style lang="scss">
.my-cas {
background-color: #0C1837 !important;
background-color: #0c1837 !important;
}
.my-cas .el-cascader-menu {
color: #fff !important;
.my-cas {
.el-cascader-menu {
color: #fff !important;
}
}
.my-cas .el-cascader-node:not(.is-disabled):hover,
.el-cascader-node:not(.is-disabled):focus {
background-color: #0C1837 !important;
.my-cas {
.el-cascader-node:not(.is-disabled):hover,
.el-cascader-node:not(.is-disabled):focus {
background-color: #0c1837 !important;
}
}
.my-date {
background-color: #0C1837 !important;
background-color: #0c1837 !important;
}
.my-date .el-picker-panel {
color: #fff !important;
.my-date {
.el-picker-panel {
color: #fff !important;
}
}
</style>

View File

@ -662,17 +662,23 @@ export default {
.my-cas {
background-color: #0c1837 !important;
}
.my-cas .el-cascader-menu {
color: #fff !important;
.my-cas {
.el-cascader-menu {
color: #fff !important;
}
}
.my-cas .el-cascader-node:not(.is-disabled):hover,
.el-cascader-node:not(.is-disabled):focus {
background-color: #0c1837 !important;
.my-cas {
.el-cascader-node:not(.is-disabled):hover,
.el-cascader-node:not(.is-disabled):focus {
background-color: #0c1837 !important;
}
}
.my-date {
background-color: #0c1837 !important;
}
.my-date .el-picker-panel {
color: #fff !important;
.my-date {
.el-picker-panel {
color: #fff !important;
}
}
</style>