From 674f748d20f66e0b725d23321f0af148cacf7ef7 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, 28 May 2022 12:43:07 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=E6=A0=87=E7=82=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ContentEdit/components/EditShapeBox/index.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/chart/ContentEdit/components/EditShapeBox/index.vue b/src/views/chart/ContentEdit/components/EditShapeBox/index.vue index f75b7008..d796dae5 100644 --- a/src/views/chart/ContentEdit/components/EditShapeBox/index.vue +++ b/src/views/chart/ContentEdit/components/EditShapeBox/index.vue @@ -3,7 +3,7 @@
{ .shape-point { z-index: 1; position: absolute; - width: 7px; - height: 7px; + width: 10px; + height: 10px; border: 3px solid v-bind('themeColor'); border-radius: 5px; background-color: #fff; transform: translate(-40%, -30%); + &.t, + &.b { + width: 30px; + } + &.l, + &.r { + height: 30px; + } } /* 选中 */ .shape-modal {