From 4d68e78f833cfd9c541f38684084ee9f8784ef8c Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 5 Aug 2021 11:24:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=8C=87=E6=A0=87=E5=8D=A1?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=80=89=E9=A1=B9=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/normal/LabelNormal.vue | 12 ++++++------ .../chart/components/shape-attr/SizeSelector.vue | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/src/views/chart/components/normal/LabelNormal.vue b/frontend/src/views/chart/components/normal/LabelNormal.vue index ac5bd9d95f..d0bbcbe3e2 100644 --- a/frontend/src/views/chart/components/normal/LabelNormal.vue +++ b/frontend/src/views/chart/components/normal/LabelNormal.vue @@ -6,15 +6,15 @@ id="label-content" :style="content_class" > -

- {{ item.data[0] }} -

-

- - {{ chart.data.series[0].name }} +

+ {{ item.data[0] }}

+

+ + {{ chart.data.series[0].name }} +

diff --git a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue index e4f8812044..27de7c081f 100644 --- a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue +++ b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue @@ -121,14 +121,6 @@ - - {{ $t('chart.show') }} - - - - - - {{ $t('chart.show') }} @@ -137,6 +129,14 @@ + + {{ $t('chart.show') }} + + + + + +