From ed5613715ab2e7641e4a6e6925329d62a7cb88ed Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Tue, 25 Nov 2025 18:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=81=E7=BA=A7=E5=AE=BD=E5=B1=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../right/ProEquipSituationList.vue | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/views/screen/wsScreenWidescreen/components/right/ProEquipSituationList.vue b/src/views/screen/wsScreenWidescreen/components/right/ProEquipSituationList.vue index 031fb613..5750b9b9 100644 --- a/src/views/screen/wsScreenWidescreen/components/right/ProEquipSituationList.vue +++ b/src/views/screen/wsScreenWidescreen/components/right/ProEquipSituationList.vue @@ -231,6 +231,7 @@ export default { display: flex; align-items: center; } + } .table-list { margin-top: -20px; @@ -327,11 +328,11 @@ tbody tr:hover { } ::v-deep .el-select .el-input__inner { - background-color: #0c1837 !important ; - color: #fff !important; + background-color: #0a3362 !important ; + color: #0c1837 !important; } ::v-deep .el-select-dropdown { - background-color: #0c1837 !important; + background-color: #0a3362 !important; /* left: -300px !important; width: 400px !important; height: 180px !important; @@ -343,16 +344,24 @@ tbody tr:hover { background-color: #0c1837 !important; } ::v-deep .el-select-dropdown__item { - color: #fff !important; + color: #0c1837 !important; } ::v-deep .el-select-dropdown__item.hover, .el-select-dropdown__item:hover { background: #0c1837 !important; } ::v-deep .el-select-dropdown.is-multiple .el-select-dropdown__item.selected { - background: #28406c !important; + background: #0c1837 !important; } ::v-deep .el-select__tags { flex-wrap: nowrap !important; } +::v-deep .el-select__tags .el-tag { + background-color: #28406c !important; + color: #0c1837 !important; // 标签内文字颜色设置为 #0c1837 +} + +::v-deep .el-select__tags .el-tag__close { + color: #0c1837 !important; // 标签关闭按钮颜色也设置为 #0c1837 +}