From 072a7e40cd776d34334a496405a952f1032ac591 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 25 六月 2024 17:24:39 +0800 Subject: [PATCH] 优化 --- src/components/dragQuestion/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dragQuestion/index.vue b/src/components/dragQuestion/index.vue index 1dedf10..13fe8dc 100644 --- a/src/components/dragQuestion/index.vue +++ b/src/components/dragQuestion/index.vue @@ -275,8 +275,8 @@ arr.push({ minX: itemInfo.x -10, maxX: itemInfo.x + itemInfo.width + 10, - minY: itemInfo.y -10 , - maxY: itemInfo.y + itemInfo.height + 10, + minY: itemInfo.y - 2 , + maxY: itemInfo.y + itemInfo.height + 2, }); } this.spaceList = arr; -- Gitblit v1.9.1