From 14eaab1f5b21c54a838e4a8967a836e6b992431f Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 3 Nov 2021 14:21:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=BC=96=E8=BE=91=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E6=9D=BF=E6=97=B6,=E5=88=87=E6=8D=A2=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E9=A2=84=E8=A7=88,=E8=BE=B9=E7=95=8C=E4=B8=8A=E7=9A=84?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E5=8F=AF=E8=83=BD=E9=94=99=E4=BD=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Editor/index.vue | 1 + 1 file changed, 1 insertion(+) 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