style: use fixed user list item height
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user