From f861057216a70026aee274e80ebb27d42d0a9737 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Fri, 14 Jun 2024 17:06:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Home/index.vue b/src/pages/Home/index.vue index d96ef85..5ab3811 100644 --- a/src/pages/Home/index.vue +++ b/src/pages/Home/index.vue @@ -2910,7 +2910,7 @@ const changeData = (): any => { ...row.customFrom, width: row.width, height: row.height - 36.16, - top: row.top + 17, + top: row.top + 19, left: row.left, }; }); @@ -2919,7 +2919,7 @@ const changeData = (): any => { ...row.customFrom, width: row.width, height: row.height - 36.16, - top: row.top + 17, + top: row.top + 19, left: row.left, }; }); @@ -2928,7 +2928,7 @@ const changeData = (): any => { ...row.customFrom, width: row.width, height: row.height - 36.16, - top: row.top + 17, + top: row.top + 19, left: row.left, }; }); @@ -2937,7 +2937,7 @@ const changeData = (): any => { ...row.customFrom, width: row.width, height: row.height - 36.16 / 2, - top: row.top + 17, + top: row.top + 19, left: row.left, }; });