From be77214b046ce5359ee3eae11d02c7c4d6140e45 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 2 Apr 2025 15:30:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=89=8D=E7=AB=AF=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/LabelSelector.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue index 51c51be610..8ac86dcf2c 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue @@ -276,9 +276,6 @@ const init = () => { initFormatCfgUnit(state.labelForm.labelFormatter) initFormatCfgUnit(state.labelForm.quotaLabelFormatter) initFormatCfgUnit(state.labelForm.totalFormatter) - - console.log(state.labelForm) - if (chartType.value === 'liquid' && state.labelForm.fontSize < fontSizeList.value[0].value) { state.labelForm.fontSize = fontSizeList.value[0].value }