From 60c62693a31bf10463f4af59c2ddaa982c522ece Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 20 Jan 2025 20:50:32 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):?= =?UTF-8?q?=20=E8=B0=83=E6=95=B4=E6=BB=9A=E8=BD=AE=E8=BF=9E=E7=BB=AD?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=BC=A9=E6=94=BE=E8=AE=A1=E7=AE=97=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=8C=E9=98=B2=E6=AD=A2=E5=8D=A1=E9=A1=BF=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/data-visualization/ComponentToolBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue index 08f695a275..9824050749 100644 --- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue +++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue @@ -30,7 +30,7 @@ const handleScaleChange = () => { changeSizeWithScale(scale.value) changeSizeWithScaleAdaptor(scale.value) scaleChangeReady.value = true - }, 50) + }, 150) } }