From 484092c8e482d22155d28904fed48d15067286bb Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 12 Dec 2025 14:43:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E9=BC=A0=E6=A0=87=E6=82=AC=E6=B5=AE=E6=98=BE=E7=A4=BA=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/data-visualization/DvToolbar.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-frontend/src/components/data-visualization/DvToolbar.vue b/core/core-frontend/src/components/data-visualization/DvToolbar.vue index b106d54f64..93f887a728 100644 --- a/core/core-frontend/src/components/data-visualization/DvToolbar.vue +++ b/core/core-frontend/src/components/data-visualization/DvToolbar.vue @@ -714,5 +714,10 @@ const fullScreenPreview = () => { .handle-icon { color: rgba(166, 166, 166, 1) !important; } + + .ed-dropdown-menu__item:not(.is-disabled):focus, + .ed-dropdown-menu__item:not(.is-disabled):hover { + background-color: #444141cc !important; + } }