fix(仪表板): 优化水印渲染,解决部分页面水印渲染不全问题

This commit is contained in:
wangjiahao 2024-03-01 14:27:59 +08:00
parent 07c59b7094
commit 597c1536f2

View File

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