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