Pr@dev v2@fix mobile watermark (#16542)

* fix(仪表板): 修复移动端部分查询组件悬浮移位问题

* fix(仪表板): 修复移动端添加组件时,水印可能覆盖不全问题
This commit is contained in:
王嘉豪
2025-07-22 13:43:02 +08:00
committed by GitHub
parent 5a9f74836a
commit 67a688fc57

View File

@@ -251,7 +251,7 @@ watch(
)
watch(
() => canvasStyleData.value,
[() => componentData.value.length, () => canvasStyleData.value],
() => {
nextTick(() => {
initWatermark()