From 4198e631187f41cda5ddaa816a7644565e8d76fa Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 03:51:49 +0800 Subject: [PATCH] style: add profile and stats spacing --- uniapp/src/pages/user/user.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/uniapp/src/pages/user/user.vue b/uniapp/src/pages/user/user.vue index aea5049..1f8cc7e 100644 --- a/uniapp/src/pages/user/user.vue +++ b/uniapp/src/pages/user/user.vue @@ -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);