style: restore filled user list layout

This commit is contained in:
hajimi
2026-08-03 03:59:58 +08:00
parent e0c4f0c79a
commit fcdda7906e
+2 -4
View File
@@ -545,21 +545,19 @@ const handleMenuTap = (item: any) => {
}
.user-list {
flex: 0 0 auto;
flex: 1;
display: flex;
flex-direction: column;
gap: 4rpx;
overflow: hidden;
&__item {
flex: 0 0 48rpx;
height: 48rpx;
flex: 1;
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;