Merge pull request #8266 from dataease/pr@dev@fix_watermark

fix(仪表板): 优化水印渲染,解决部分页面水印渲染不全问题
This commit is contained in:
王嘉豪 2024-03-01 14:28:59 +08:00 committed by GitHub
commit dad7abfec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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