From 49b8ba6c1901aa6f40a94c4d6c407417b504ebda Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 03:46:03 +0800 Subject: [PATCH] style: remove user page bottom spacing --- uniapp/src/pages/user/user.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uniapp/src/pages/user/user.vue b/uniapp/src/pages/user/user.vue index b5679e0..3a7c706 100644 --- a/uniapp/src/pages/user/user.vue +++ b/uniapp/src/pages/user/user.vue @@ -255,7 +255,7 @@ const handleMenuTap = (item: any) => { overflow: hidden; background: #fff; color: #111827; - padding-bottom: calc(88rpx + env(safe-area-inset-bottom)); + padding-bottom: 0; box-sizing: border-box; } @@ -421,6 +421,10 @@ const handleMenuTap = (item: any) => { } } +.user-section:last-child { + margin-bottom: 0; +} + .user-benefits { padding-bottom: 12rpx;