From 71234df2f12537c6aeaeae9aaee5ed50a6171a5d Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 6 Sep 2023 19:39:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=AA=E8=A1=A8=E7=9B=98=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E7=BC=96=E8=BE=91=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=80=BC=E5=92=8C=E6=9C=80=E5=B0=8F=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/shapeAttr/SizeSelectorAntV.vue | 266 +++++++++--------- 1 file changed, 135 insertions(+), 131 deletions(-) diff --git a/core/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue b/core/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue index 64d05c6823..96a544de6f 100644 --- a/core/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue +++ b/core/frontend/src/views/chart/components/shapeAttr/SizeSelectorAntV.vue @@ -522,150 +522,151 @@ label-width="100px" size="mini" > - - + - {{ $t('chart.fix') }} - {{ $t('chart.dynamic') }} - - - - - - - - + {{ $t('chart.fix') }} + {{ $t('chart.dynamic') }} + + + + + + + + - {{ item.name }} - - - - - - - - - - - - - + {{ item.name }} + + + + + + + + + + + + + - - - {{ $t('chart.fix') }} - {{ $t('chart.dynamic') }} - - - - - - + {{ $t('chart.fix') }} + {{ $t('chart.dynamic') }} + + + + + + @@ -759,6 +760,7 @@ /> + import { CHART_FONT_FAMILY, CHART_FONT_LETTER_SPACE, DEFAULT_SIZE } from '../../chart/chart' import { equalsAny } from '@/utils/StringUtils' +import { mapState } from 'vuex' export default { name: 'SizeSelectorAntV', @@ -1493,7 +1496,8 @@ export default { return customAttr.color.mapLineGradient && equalsAny(this.sizeForm.mapLineType, 'line', 'arc') } return false - } + }, + ...mapState(['batchOptStatus']) }, watch: { 'chart': {