style: add profile and stats spacing
This commit is contained in:
@@ -294,12 +294,12 @@ const handleMenuTap = (item: any) => {
|
||||
.user-profile {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 18rpx 28rpx;
|
||||
padding: 28rpx 28rpx 24rpx;
|
||||
background: #fff;
|
||||
|
||||
&__avatar {
|
||||
width: 100rpx;
|
||||
height: 100rpx;
|
||||
width: 112rpx;
|
||||
height: 112rpx;
|
||||
border-radius: 50%;
|
||||
border: 2rpx solid #dbe5f6;
|
||||
flex-shrink: 0;
|
||||
@@ -308,7 +308,7 @@ const handleMenuTap = (item: any) => {
|
||||
&__body {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
margin-left: 18rpx;
|
||||
margin-left: 22rpx;
|
||||
}
|
||||
|
||||
&__name-row,
|
||||
@@ -360,8 +360,8 @@ const handleMenuTap = (item: any) => {
|
||||
|
||||
.user-stats {
|
||||
display: flex;
|
||||
margin: 0 24rpx 12rpx;
|
||||
padding: 18rpx 6rpx;
|
||||
margin: 0 24rpx 16rpx;
|
||||
padding: 24rpx 6rpx;
|
||||
border-radius: 16rpx;
|
||||
background: #fff;
|
||||
box-shadow: 0 8rpx 28rpx rgba(23, 40, 75, 0.05);
|
||||
|
||||
Reference in New Issue
Block a user