From b22890f662d4d8bc312a489290fa471fbb040dbc Mon Sep 17 00:00:00 2001 From: wisonic Date: Thu, 26 Sep 2024 11:28:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=A0=86?= =?UTF-8?q?=E5=8F=A0=E6=9F=B1=E7=8A=B6=E5=9B=BE=E6=80=BB=E8=AE=A1=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=92=8C=E4=B8=BB=E6=A0=87=E7=AD=BE=E5=88=86=E5=BC=80?= =?UTF-8?q?=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/ChartStyle.vue | 7 ++--- .../editor-style/components/LabelSelector.vue | 28 +++++++++++++------ .../components/js/panel/charts/bar/bar.ts | 3 -- 3 files changed, 21 insertions(+), 17 deletions(-) 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 f5b0d906e4..92ab219fe1 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 @@ -432,12 +432,9 @@ watch( @onChangeMiscStyleForm="onChangeMiscStyleForm" /> - @@ -449,7 +446,7 @@ watch( :all-fields="props.allFields" @onLabelChange="onLabelChange" /> - + - - -