From 6d3274c183707a10e097c4c7822bd11c3327232d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Mon, 7 Oct 2024 14:16:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E6=97=A0=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 4 +- pages/notificationList/notificationList.vue | 98 ++++++++++++++++----- stores/user.js | 8 +- 3 files changed, 84 insertions(+), 26 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 9e3ae1e..3a00ecc 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -77,7 +77,7 @@ - @@ -622,7 +622,7 @@ page { .button-add-big { width: 400rpx; height: 400rpx; - margin-top: 250rpx; + margin-top: 300rpx; margin-left: 136rpx; } diff --git a/pages/notificationList/notificationList.vue b/pages/notificationList/notificationList.vue index 25d4c38..e2d3e46 100644 --- a/pages/notificationList/notificationList.vue +++ b/pages/notificationList/notificationList.vue @@ -1,8 +1,8 @@