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; }