diff --git a/src/views/chart/ContentEdit/components/EditShapeBox/index.vue b/src/views/chart/ContentEdit/components/EditShapeBox/index.vue index babd1211..e42c5e23 100644 --- a/src/views/chart/ContentEdit/components/EditShapeBox/index.vue +++ b/src/views/chart/ContentEdit/components/EditShapeBox/index.vue @@ -139,7 +139,7 @@ const hide = computed(() => { position: absolute; width: 100%; height: 100%; - border-radius: 10px; + border-radius: 4px; } .shape-modal-select {