style: remove user page bottom spacing

This commit is contained in:
hajimi
2026-08-03 03:46:03 +08:00
parent 20b1f94d55
commit 49b8ba6c19
+5 -1
View File
@@ -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;