mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
Merge pull request #8266 from dataease/pr@dev@fix_watermark
fix(仪表板): 优化水印渲染,解决部分页面水印渲染不全问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user