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"