From 7e285b007afe3a71d3fed8d3218916e88b5af2ce Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Tue, 25 Nov 2025 18:16:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=81=E7=BA=A7=E5=A4=A7=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 --- .../components/right/ProEquipSituationList.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue b/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue index 0a84f64c..81f7473d 100644 --- a/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue +++ b/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue @@ -323,11 +323,11 @@ tbody tr:hover { } ::v-deep .el-select .el-input__inner { - background-color: #0c1837 !important ; + background-color: #0a3362 !important ; color: #fff !important; } ::v-deep .el-select-dropdown { - background-color: #0c1837 !important; + background-color: #0a3362 !important; /* left: -300px !important; width: 400px !important; */ height: 180px !important; @@ -351,4 +351,12 @@ tbody tr:hover { ::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 +}