forked from github/dataease
refactor: 优化大屏水印展示效果
This commit is contained in:
parent
dbabb1fe64
commit
ba517d0073
@ -206,7 +206,9 @@ watch(
|
||||
watch(
|
||||
() => canvasStyleData.value,
|
||||
() => {
|
||||
initWatermark()
|
||||
nextTick(() => {
|
||||
initWatermark()
|
||||
})
|
||||
},
|
||||
{ deep: true }
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user