diff --git a/src/components/model-custom/components/index.vue b/src/components/model-custom/components/index.vue
index 0d437cf7..7aaaecec 100644
--- a/src/components/model-custom/components/index.vue
+++ b/src/components/model-custom/components/index.vue
@@ -41,7 +41,7 @@
-
+
@@ -657,7 +657,10 @@ defineExpose({
background: #fff;
margin: 0 auto;
.drag-area {
- height: v-bind(drag_area_height);
+ height: calc(v-bind(drag_area_height) + 0.4rem);
+ width: calc(100% + 0.4rem);
+ left: -0.2rem;
+ bottom: -0.2rem;
margin: 0.5rem 0; // 用于将上边框和下边框显示出来
user-select: none;
cursor: crosshair;