From 967dc4499a992783449845b3674ea7097a8f7c3d Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Fri, 27 Jun 2025 12:00:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/data-visualization/canvas/ComponentWrapper.vue | 1 + .../src/components/data-visualization/canvas/Shape.vue | 1 + 2 files changed, 2 insertions(+) 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 599c211..5fe8fa5 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -522,6 +522,7 @@ const updateFromMobile = (e, type) => { height: 100%; position: relative; background-size: 100% 100% !important; + padding: 0 !important; .wrapper-inner-adaptor { position: relative; transform-style: preserve-3d; diff --git a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue index e094036..750bb22 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -1181,6 +1181,7 @@ onMounted(() => { height: 100%; position: relative; background-size: 100% 100% !important; + padding:0 !important; } .shape-selected {