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': {