From bd926799dde1c70c9adaf6d8b42040ddf61a0549 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 3 Jul 2024 14:23:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E6=B1=87?= =?UTF-8?q?=E6=80=BB=E8=A1=A8=E5=88=97=E5=AE=BD=E6=A8=A1=E5=BC=8F=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/BasicStyleSelector.vue | 4 ++-- 1 file changed, 2 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 72b13f63b3..11a9ada0f6 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 @@ -1402,7 +1402,7 @@ onMounted(() => { } } .ed-input-group { - width: 124px; + width: 120px; :deep(.ed-input__wrapper) { border-radius: 0 !important; } @@ -1413,7 +1413,7 @@ onMounted(() => { } .table-column-mode { :deep(.ed-radio) { - margin-right: 12px !important; + margin-right: 10px !important; } } .basic-input-number {