From 9f17f6bdd0ea53103fc381d335c2e3d81b712f88 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 4 Mar 2024 15:59:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E8=A1=A8=E6=A0=BC=E5=8F=B3=E4=BE=A7=E6=8B=96=E6=8B=BD?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=EF=BC=8C=E9=98=B2=E6=AD=A2=E5=BD=B1=E5=93=8D?= =?UTF-8?q?=E5=88=97=E5=AE=BD=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/data-visualization/canvas/Shape.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 af164318ab..b146885f68 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -1047,9 +1047,9 @@ onMounted(() => { .de-drag-right { right: 1px; - top: 1px; + top: 70px; width: 16px; - height: calc(100% - 50px); + height: calc(100% - 110px); } .de-drag-bottom {