From c9bdabe9eff5a504f9b131e9bd2a39baf2dbfc61 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 25 Apr 2024 15:06:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20topN=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E8=A7=A6=E5=8F=91=E4=BA=8B=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E8=BE=93=E5=85=A5=E5=86=85=E5=AE=B9=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/BasicStyleSelector.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9e2d5548e5..4e985b3d23 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 @@ -804,7 +804,7 @@ onMounted(() => { v-model="state.basicStyleForm.topNLabel" size="small" :maxlength="50" - @blur="changeBasicStyle('topNLabel')" + @change="changeBasicStyle('topNLabel')" />