From 97c5131435df4cc5dca9fe77e911c7551cd933e9 Mon Sep 17 00:00:00 2001 From: junjie Date: Mon, 13 Sep 2021 13:40:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=86=E5=9B=BE=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=BB=84=E5=90=88=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/shape-attr/SizeSelector.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue index b17076a604..ea1352b3ea 100644 --- a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue +++ b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue @@ -165,6 +165,7 @@ + {{ $t('chart.chart_bar') }} {{ $t('chart.adapt') }} @@ -174,7 +175,7 @@ - + {{ $t('chart.chart_line') }} @@ -203,7 +204,7 @@ {{ $t('chart.show') }} - + {{ $t('chart.chart_scatter') }} >>.el-divider__text{ + color: #606266; + font-size: 12px; + font-weight: 400; + padding: 0 10px; +}