From 40c543b9b5bd9f01fc0e721a4536cd7f496cf96b Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 14 Jun 2025 13:38:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(userData):=20=E7=94=A8=E6=88=B7=E5=A4=B4?= =?UTF-8?q?=E5=83=8F=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/userData/index.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/userData/index.vue b/pages/userData/index.vue index bba3e6e..6aaa64c 100644 --- a/pages/userData/index.vue +++ b/pages/userData/index.vue @@ -3,7 +3,10 @@ {{ '头像' }} - + @@ -344,7 +347,10 @@ page { } } .avatar { - margin-top: 10rpx; + // margin-top: 10rpx; + display: flex; + align-items: center; + justify-content: center; image { width: 89rpx; height: 89rpx;