From 89bd970e5d39ae45d9a9f79028282761d5684004 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 29 May 2025 11:04:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component-background/BackgroundOverallCommon.vue | 4 ++++ .../editor/editor-style/components/TitleSelector.vue | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue index ba61f9ffdc..38dceb0ce9 100644 --- a/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue +++ b/core/core-frontend/src/components/visualization/component-background/BackgroundOverallCommon.vue @@ -579,5 +579,9 @@ watch( .ed-select-dropdown__item.selected { background-color: rgba(0, 0, 0, 0) !important; } + + .is-selected::after { + display: none; + } } diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue index 9c158f61b2..418fe32891 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/TitleSelector.vue @@ -203,7 +203,11 @@ watch( - +