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