From e800b6f6db659b7b6a37a9d4b252371ded0b3e35 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 10 Mar 2025 19:01:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=A7=E5=B1=8F=E9=85=8D=E7=BD=AE=E7=BC=A9?= =?UTF-8?q?=E6=94=BE=E6=96=B9=E5=BC=8F=EF=BC=8C=E4=B8=8D=E5=81=9A=E7=BC=A9?= =?UTF-8?q?=E6=94=BE=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B=E7=94=BB=E6=9D=BF?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=B1=85=E4=B8=AD=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=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 | 1 + 1 file changed, 1 insertion(+) 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 f43de15c96..20a7d4b538 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/DePreview.vue @@ -171,6 +171,7 @@ const canvasStyle = computed(() => { if (canvasStyleData.value?.screenAdaptor === 'keep') { style['height'] = canvasStyleData.value?.height + 'px' style['width'] = canvasStyleData.value?.width + 'px' + style['margin'] = 'auto' } else { style['height'] = dashboardActive.value ? downloadStatus.value