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 e60d27af4c..390283c469 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 24845cb244..7cab23fa51 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -4992,6 +4992,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 {