From a287a2db62218c5e1f38064091d9c746318cd27c Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 27 Aug 2024 16:57:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E3=80=81=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E5=A4=A7=E5=B1=8Ftab?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E5=86=85=E9=83=A8=E8=B6=85=E9=95=BF=E6=97=B6?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=BB=9A=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/data-visualization/canvas/DePreview.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue b/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue index 4e7faa5c6d..d0f3a569d4 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue @@ -133,9 +133,6 @@ const canvasStyle = computed(() => { ? changeStyleWithScale(canvasStyleData.value?.width, scaleHeightPoint.value) + 'px' : '100%' } - if (!dashboardActive.value) { - style['overflow-y'] = 'hidden' - } return style })