style: reduce user benefits card height

This commit is contained in:
hajimi
2026-08-03 03:50:31 +08:00
parent 3f4359417e
commit d3ddb77eb4
+3 -1
View File
@@ -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;