style: adjust user list row height before release

This commit is contained in:
hajimi
2026-08-03 04:07:24 +08:00
parent d635afed6b
commit b78db47c66
+2 -2
View File
@@ -538,8 +538,8 @@ const handleMenuTap = (item: any) => {
&__item {
flex: 0 0 44rpx;
height: 44rpx;
min-height: 44rpx;
height: 74rpx;
min-height: 74rpx;
display: flex;
align-items: center;
padding: 0 8rpx;