style: reduce user list row height
This commit is contained in:
@@ -549,11 +549,13 @@ const handleMenuTap = (item: any) => {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4rpx;
|
||||
justify-content: space-between;
|
||||
overflow: hidden;
|
||||
|
||||
&__item {
|
||||
flex: 1;
|
||||
min-height: 48rpx;
|
||||
flex: 0 0 44rpx;
|
||||
height: 44rpx;
|
||||
min-height: 44rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 8rpx;
|
||||
|
||||
Reference in New Issue
Block a user