From 597c1536f2d9fe51c3ced7899002851ab282db0c Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 1 Mar 2024 14:27:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=B0=B4=E5=8D=B0=E6=B8=B2=E6=9F=93=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E9=83=A8=E5=88=86=E9=A1=B5=E9=9D=A2=E6=B0=B4=E5=8D=B0?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E4=B8=8D=E5=85=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/components/editor/Preview.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/frontend/src/components/canvas/components/editor/Preview.vue b/core/frontend/src/components/canvas/components/editor/Preview.vue index bfe9f581f6..b9cda64c1a 100644 --- a/core/frontend/src/components/canvas/components/editor/Preview.vue +++ b/core/frontend/src/components/canvas/components/editor/Preview.vue @@ -508,7 +508,7 @@ export default { }, deep: true }, - mainHeight: { + canvasInfoTempStyle: { handler(newVal, oldVla) { const _this = this _this.$nextTick(() => { @@ -518,7 +518,8 @@ export default { _this.initWatermark() } }) - } + }, + deep: true }, screenShotStatues: { handler(newVal, oldVla) {