From 1ef0a58e79d9100dc98d2f9caf3217b26b0d4972 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 11 Jan 2024 15:48:19 +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=E5=B1=8F=E5=B9=95=E5=B0=BA=E5=AF=B8?= =?UTF-8?q?=E7=9A=84=E4=B8=8A=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/data-visualization/CanvasAttr.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/components/data-visualization/CanvasAttr.vue b/core/core-frontend/src/components/data-visualization/CanvasAttr.vue index 14a7e741f5..8fa8f48fb9 100644 --- a/core/core-frontend/src/components/data-visualization/CanvasAttr.vue +++ b/core/core-frontend/src/components/data-visualization/CanvasAttr.vue @@ -66,7 +66,7 @@ onMounted(() => { effect="dark" size="middle" :min="600" - :max="4096" + :max="100000" v-model="canvasStyleData.width" @change="onBaseChange" controls-position="right" @@ -79,7 +79,7 @@ onMounted(() => { effect="dark" size="middle" :min="600" - :max="4096" + :max="100000" v-model="canvasStyleData.height" @change="onBaseChange" controls-position="right"