From 2142eb9f0b59549a22fb622f462dbee4561b5ffd Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 31 Dec 2024 16:40:53 +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 --- .../views/chart/components/editor/index.vue | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 3d92ebb3a9..1a67cd534c 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -3103,7 +3103,7 @@ const deleteChartFieldItem = id => { :class="{ 'tree-btn--dark': themes === 'dark', active: isFilterActive }" @click="openTreeFilter" > - + @@ -3113,7 +3113,7 @@ const deleteChartFieldItem = id => { @@ -4651,7 +4651,7 @@ span { width: 100%; margin-top: 8px; background: #fff; - height: 32px; + height: 28px; border-radius: 4px; border: 1px solid #dcdfe6; display: flex; @@ -4671,6 +4671,18 @@ span { } } + :deep(.tree-btn_secondary) { + width: 100%; + margin-top: 8px; + line-height: 28px; + height: 28px; + font-size: 12px; + + & > [class*='ed-icon'] + span { + margin-left: 2px !important; + } + } + &.no-top-border { border-top: none !important; }