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) {