From f1bdb66aa0939cf905ab705092ef39621880160c Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 20 May 2026 09:56:06 +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 --- core/core-frontend/src/style/index.less | 4 + .../editor/editor-style/ChartStyle.vue | 777 +++++++-------- .../editor/editor-style/VQueryChartStyle.vue | 914 +++++++++--------- .../views/chart/components/editor/index.vue | 1 + 4 files changed, 857 insertions(+), 839 deletions(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 44fcc7b2de..4848e80932 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -891,3 +891,7 @@ strong { .ed-popper.is-light .ed-popper__arrow { clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); } + +.ed-collapse-item:last-child { + margin-bottom: 0 !important; +} diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue index b802d63c2f..83d7aa9ec7 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue @@ -258,421 +258,427 @@ watch( @@ -700,7 +706,6 @@ span { } .attr-style { - overflow-y: auto; height: 100%; width: 100%; } diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue index 84e4eaa481..fb55cbe2e4 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue @@ -293,481 +293,490 @@ const onPlaceholderChange = () => { @@ -779,7 +788,6 @@ const onPlaceholderChange = () => { } .attr-style { - overflow-y: auto; height: 100%; width: 100%; 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 65ae4b502f..6abb5c18a1 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -4993,6 +4993,7 @@ span { :deep(.ed-collapse) { width: 100%; border-top: unset; + border-bottom: unset; } :deep(.ed-form-item) { .ed-radio.ed-radio--small .ed-radio__inner {