From 5ae6475da73b7f3f2f4f4b03b6a764208b872b68 Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 5 Aug 2021 11:19:06 +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 bdda5c8fbe..375555c99f 100644 --- a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue +++ b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue @@ -115,14 +115,6 @@ - - {{ $t('chart.show') }} - - - - - - {{ $t('chart.show') }} @@ -131,6 +123,14 @@ + + {{ $t('chart.show') }} + + + + + +