From 2a3ca96fa0b930e98517dcf108e97adf4c85d372 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Wed, 22 Jan 2025 01:18:41 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3118=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=96=B0=E6=89=8B=E5=BC=95?= =?UTF-8?q?=E5=AF=BC=E6=A1=86=E9=80=89=E8=8C=83=E5=9B=B4=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/landMark.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/landMark.vue b/pages/home/landMark.vue index e437144..e7106a7 100644 --- a/pages/home/landMark.vue +++ b/pages/home/landMark.vue @@ -283,10 +283,10 @@ export default { tipsPosition: '420rpx', btnGroupPosition: '', position: { - top: (res.top - res.height + 41)*2 + 'rpx', + bottom: 0, left: res.left + 'px', width: `${res.width}px`, - height: `${(res.height+41)}px`, + height: `${(res.height) + 41}px`, } }) })