diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index ad47254977..ff815a25af 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -1059,6 +1059,7 @@ export default { }, mounted() { + this.changeScale() // 获取编辑器元素 this.$store.commit('getEditor') const _this = this