From 034a3f36cb940505680b81b6d93d628eaca6d2f5 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 8 May 2024 11:12:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E5=9F=BA=E7=A1=80=E6=A0=B7=E5=BC=8F=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor-style/components/BasicStyleSelector.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue index 4e985b3d23..84c408f447 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue @@ -214,8 +214,8 @@ onMounted(() => { v-model="state.basicStyleForm.tableLayoutMode" @change="changeBasicStyle('tableLayoutMode')" > - {{ t('chart.table_layout_grid') }} - {{ t('chart.table_layout_tree') }} + {{ t('chart.table_layout_grid') }} + {{ t('chart.table_layout_tree') }} @@ -770,7 +770,11 @@ onMounted(() => {
- + {{ $t('chart.top_n_desc') }} @@ -789,6 +793,7 @@ onMounted(() => { :precision="0" :step-strictly="true" :value-on-clear="5" + :effect="themes" @change="changeBasicStyle('topN')" /> {{ $t('chart.top_n_input_2') }}