style: reduce user list row height

This commit is contained in:
hajimi
2026-08-03 04:01:34 +08:00
parent fcdda7906e
commit 9dd3f7e05b
+4 -2
View File
@@ -549,11 +549,13 @@ const handleMenuTap = (item: any) => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 4rpx; gap: 4rpx;
justify-content: space-between;
overflow: hidden; overflow: hidden;
&__item { &__item {
flex: 1; flex: 0 0 44rpx;
min-height: 48rpx; height: 44rpx;
min-height: 44rpx;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 8rpx; padding: 0 8rpx;