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; +}