forked from github/dataease
Merge pull request #7748 from dataease/pr@dev-v2@refactor_screen-watermark
refactor: 优化大屏水印展示效果
This commit is contained in:
commit
884c865360
@ -206,7 +206,9 @@ watch(
|
||||
watch(
|
||||
() => canvasStyleData.value,
|
||||
() => {
|
||||
initWatermark()
|
||||
nextTick(() => {
|
||||
initWatermark()
|
||||
})
|
||||
},
|
||||
{ deep: true }
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user