From 69e0f49c8efd41cc670240fbf7c5c1408a133efc Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 29 Oct 2021 10:32:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=86=E5=9B=BE=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=BB=93=E6=9E=9C=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; + }