From 984f616f000c4a9f9bf58b202840f198d92ab4fe Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 1 Apr 2024 10:33:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=BC=96=E8=BE=91-=E3=80=90=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E3=80=91=E6=8C=89=E9=92=AE=E9=BB=98=E8=AE=A4=E8=89=B2?= =?UTF-8?q?=E5=80=BC=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/panel/filter/filterMain/FilterControl.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/views/panel/filter/filterMain/FilterControl.vue b/core/frontend/src/views/panel/filter/filterMain/FilterControl.vue index e776099dc7..97c5a8bc6e 100644 --- a/core/frontend/src/views/panel/filter/filterMain/FilterControl.vue +++ b/core/frontend/src/views/panel/filter/filterMain/FilterControl.vue @@ -520,7 +520,6 @@ export default { margin-right: -4px; margin-left: 6px; border-radius: 4px; - color: #3370FF; font-size: 14px; font-weight: 400; line-height: 22px; @@ -528,6 +527,7 @@ export default { justify-content: center; &:hover { background: #3370FF1A; + color: #3370FF; } &.icon-icon-more::before {