From f66f9f4fbb5480ef4392a30d92309b67a5034081 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 26 Aug 2024 23:36:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=BA=8F=E5=88=97=E5=8F=B7=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device-manage/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/device-manage/index.vue b/src/views/device-manage/index.vue index d80540a..ef05118 100644 --- a/src/views/device-manage/index.vue +++ b/src/views/device-manage/index.vue @@ -595,6 +595,9 @@ getList() border-bottom: none; } } + .el-select-dropdown__item.is-selected { + color: #F7B500!important; + } .el-select-dropdown__item.selected { background-color: transparent !important; color: #F7B500;