From d5997848e6c44537773781d92b6033e61730ea07 Mon Sep 17 00:00:00 2001 From: user1 <10901603+no-distractions1@user.noreply.gitee.com> Date: 星期三, 26 六月 2024 19:39:35 +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