From 85f3b4e9e394807a54845d99249bba259bd43a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Sat, 11 Jun 2022 15:15:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E6=8B=96=E6=8B=BD?= =?UTF-8?q?=E9=94=9A=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/ContentEdit/components/EditShapeBox/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/chart/ContentEdit/components/EditShapeBox/index.vue b/src/views/chart/ContentEdit/components/EditShapeBox/index.vue index a0dd4606..9198aef3 100644 --- a/src/views/chart/ContentEdit/components/EditShapeBox/index.vue +++ b/src/views/chart/ContentEdit/components/EditShapeBox/index.vue @@ -71,11 +71,14 @@ const select = computed(() => { border-radius: 5px; background-color: #fff; transform: translate(-40%, -30%); - &.t, - &.b { + &.t { width: 30px; transform: translate(-50%, -50%); } + &.b { + width: 30px; + transform: translate(-50%, -30%); + } &.l, &.r { height: 30px;