diff --git a/src/views/screen/wsScreen/components/left/AllEquip.vue b/src/views/screen/wsScreen/components/left/AllEquip.vue index 255e4e8c..ff86d968 100644 --- a/src/views/screen/wsScreen/components/left/AllEquip.vue +++ b/src/views/screen/wsScreen/components/left/AllEquip.vue @@ -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 { diff --git a/src/views/screen/wsScreenWidescreen/components/left/AllEquip.vue b/src/views/screen/wsScreenWidescreen/components/left/AllEquip.vue index 777c1d5e..9c6af1ed 100644 --- a/src/views/screen/wsScreenWidescreen/components/left/AllEquip.vue +++ b/src/views/screen/wsScreenWidescreen/components/left/AllEquip.vue @@ -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; + } }