diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 749155d91b..adf33b667c 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -143,7 +143,7 @@ {{ $t('chart.result_count') }} - + {{ $t('chart.result_mode_all') }} @@ -369,7 +369,7 @@ {{ $t('chart.style_priority') }} - + {{ $t('chart.chart') }} {{ $t('chart.dashboard') }} @@ -1906,5 +1906,8 @@ export default { .result-count{ width:80px; } + .radio-span>>>.el-radio__label{ + margin-left: 4px; + }