From b6a3719d2bb434c8386dbe3e2574bd1e88330780 Mon Sep 17 00:00:00 2001
From: czz <862977248@qq.com>
Date: Sat, 9 May 2026 16:30:29 +0800
Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E4=B8=AA=E4=BA=BA?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=A1=B5=E5=A4=B4=E9=83=A8=E5=B8=83=E5=B1=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/profile/index.scss | 13 ++++++++++++-
src/pages/profile/index.tsx | 3 +++
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/src/pages/profile/index.scss b/src/pages/profile/index.scss
index d22046a..b01b00d 100644
--- a/src/pages/profile/index.scss
+++ b/src/pages/profile/index.scss
@@ -15,6 +15,11 @@
padding: 0 26rpx;
}
+.profile-page__nav-spacer {
+ width: 112rpx;
+ height: 72rpx;
+}
+
.profile-page__back {
display: flex;
align-items: center;
@@ -55,8 +60,14 @@
font-size: 28rpx;
}
+.profile-page__action-bar {
+ display: flex;
+ justify-content: flex-end;
+ padding: 18rpx 30rpx 0;
+}
+
.profile-page__content {
- padding: 70rpx 30rpx 0;
+ padding: 56rpx 30rpx 0;
}
.profile-page__avatar-block {
diff --git a/src/pages/profile/index.tsx b/src/pages/profile/index.tsx
index bc54c0e..973c366 100644
--- a/src/pages/profile/index.tsx
+++ b/src/pages/profile/index.tsx
@@ -98,7 +98,10 @@ export default function ProfilePage() {
个人信息
+
+
+
保存