style: use fixed user list item height

This commit is contained in:
hajimi
2026-08-03 03:58:39 +08:00
parent ed97d82951
commit e0c4f0c79a
+4 -2
View File
@@ -545,19 +545,21 @@ const handleMenuTap = (item: any) => {
}
.user-list {
flex: 1;
flex: 0 0 auto;
display: flex;
flex-direction: column;
gap: 4rpx;
overflow: hidden;
&__item {
flex: 1;
flex: 0 0 48rpx;
height: 48rpx;
min-height: 48rpx;
display: flex;
align-items: center;
padding: 0 8rpx;
border-bottom: 1rpx solid #edf0f3;
box-sizing: border-box;
&:last-child {
border-bottom: 0;