From b1a1e5aae0dc914f6f247f8bc46cb0cb862ba0e3 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Wed, 22 Jan 2025 23:37:23 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3152=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=B6=88=E6=81=AF=E6=9D=BF?= =?UTF-8?q?=E5=9D=97=E5=8A=9F=E8=83=BD=E6=8C=87=E5=BC=95=E6=A1=86=E9=80=89?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4=EF=BC=88=E8=8B=B9=E6=9E=9C?= =?UTF-8?q?12=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 70f416e..22a6ce1 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -1108,7 +1108,7 @@ export default { btnGroupPosition: '', tipsPosition: '', position: { - top: this.messageIcon.top + 'px', + bottom: 10 + 'px', left: this.messageIcon.left + 'px', width: `${this.messageIcon.width}px`, height: `${this.messageIcon.height}px`,