From 9d94b0bf16c7eef0e221a50ac9085f2603404755 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 7 Sep 2023 20:16:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=96=87=E6=9C=AC/=E6=8C=87?= =?UTF-8?q?=E6=A0=87=E5=8D=A1=E4=BD=8D=E7=BD=AE=E5=B1=9E=E6=80=A7=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E8=B0=83=E6=95=B4#5978?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/shapeAttr/SizeSelectorAntV.vue | 97 +++++++++---------- 1 file changed, 48 insertions(+), 49 deletions(-) diff --git a/core/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue b/core/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue index 92b4155b21..126f14b884 100644 --- a/core/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue +++ b/core/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue @@ -915,6 +915,54 @@ @change="changeBarSizeCase('quotaFontShadow')" >{{ $t('chart.font_shadow') }} + + + {{ $t('chart.p_left') }} + {{ $t('chart.p_center') }} + {{ $t('chart.p_right') }} + + + + + {{ $t('chart.p_top') }} + {{ $t('chart.p_center') }} + {{ $t('chart.p_bottom') }} + + {{ $t('chart.font_shadow') }} - - - - {{ $t('chart.p_left') }} - {{ $t('chart.p_center') }} - {{ $t('chart.p_right') }} - - - - - {{ $t('chart.p_top') }} - {{ $t('chart.p_center') }} - {{ $t('chart.p_bottom') }} - -