style: restore filled user list layout
This commit is contained in:
@@ -545,21 +545,19 @@ const handleMenuTap = (item: any) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-list {
|
.user-list {
|
||||||
flex: 0 0 auto;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 4rpx;
|
gap: 4rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&__item {
|
&__item {
|
||||||
flex: 0 0 48rpx;
|
flex: 1;
|
||||||
height: 48rpx;
|
|
||||||
min-height: 48rpx;
|
min-height: 48rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 8rpx;
|
padding: 0 8rpx;
|
||||||
border-bottom: 1rpx solid #edf0f3;
|
border-bottom: 1rpx solid #edf0f3;
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user