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 {