From d69d4c0aa8a2ff95b7d4264989898a429a2694e3 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: Mon, 30 Mar 2026 17:22:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E6=9D=BF=E9=A2=84=E8=A7=88=E7=95=8C=E9=9D=A2=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=8C=89=E9=92=AE=E9=AB=98=E5=BA=A6=E8=BE=83?= =?UTF-8?q?=E4=BD=8E=E6=97=B6=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E5=AE=8C?= =?UTF-8?q?=E6=95=B4=20(#18166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/data-visualization/canvas/ComponentWrapper.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue index d9ef36fe5e..ef101ffde8 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -677,7 +677,6 @@ onBeforeUnmount(() => { .component { width: 100% !important; height: 100% !important; - overflow: hidden; } .svg-background {