From 67a688fc57947e8ab703be219a31008a4f93526e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Tue, 22 Jul 2025 13:43:02 +0800 Subject: [PATCH] Pr@dev v2@fix mobile watermark (#16542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(仪表板): 修复移动端部分查询组件悬浮移位问题 * fix(仪表板): 修复移动端添加组件时,水印可能覆盖不全问题 --- .../src/components/data-visualization/canvas/CanvasCore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/data-visualization/canvas/CanvasCore.vue b/core/core-frontend/src/components/data-visualization/canvas/CanvasCore.vue index 60a0a98001..0dca8a9a7a 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/CanvasCore.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/CanvasCore.vue @@ -251,7 +251,7 @@ watch( ) watch( - () => canvasStyleData.value, + [() => componentData.value.length, () => canvasStyleData.value], () => { nextTick(() => { initWatermark()