style: remove user page bottom spacing
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user