style: reduce user benefits card height
This commit is contained in:
@@ -436,10 +436,11 @@ const handleMenuTap = (item: any) => {
|
||||
}
|
||||
|
||||
.user-benefits {
|
||||
flex: 0 0 auto;
|
||||
padding-bottom: 12rpx;
|
||||
|
||||
&__grid {
|
||||
flex: 1;
|
||||
flex: 0 0 124rpx;
|
||||
display: flex;
|
||||
gap: 10rpx;
|
||||
align-items: stretch;
|
||||
@@ -450,6 +451,7 @@ const handleMenuTap = (item: any) => {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
min-height: 124rpx;
|
||||
height: 124rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 12rpx 10rpx;
|
||||
|
||||
Reference in New Issue
Block a user