From ecf4f9ba76180c05b77fc74cacd5b19b35bb6412 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Fri, 18 Apr 2025 11:54:17 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E5=9C=86=E8=A7=92?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=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 --- .../editor/editor-style/components/BasicStyleSelector.vue | 7 ++++++- .../editor-style/components/DualBasicStyleSelector.vue | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue index 163f82ee86..dfaa7725f0 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue @@ -1755,6 +1755,11 @@ onMounted(() => { align-items: center; } .radius-class { - flex-wrap: nowrap !important; + :deep(.ed-radio) { + margin-right: 30px !important; + } + .ed-radio:last-child { + margin-right: 0px !important; + } } diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualBasicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualBasicStyleSelector.vue index bf8e170d04..58b4c7f4cb 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualBasicStyleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualBasicStyleSelector.vue @@ -567,9 +567,11 @@ onMounted(() => { } } .radius-class { - flex-wrap: nowrap !important; :deep(.ed-radio) { margin-right: 30px !important; } + .ed-radio:last-child { + margin-right: 0px !important; + } }