fix(仪表板): 优化水印渲染,解决部分页面水印渲染不全问题
This commit is contained in:
parent
07c59b7094
commit
597c1536f2
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user