style: 调整个人信息页头部布局

This commit is contained in:
czz
2026-05-09 16:30:29 +08:00
parent ef70bfc71c
commit b6a3719d2b
2 changed files with 15 additions and 1 deletions

View File

@@ -15,6 +15,11 @@
padding: 0 26rpx; padding: 0 26rpx;
} }
.profile-page__nav-spacer {
width: 112rpx;
height: 72rpx;
}
.profile-page__back { .profile-page__back {
display: flex; display: flex;
align-items: center; align-items: center;
@@ -55,8 +60,14 @@
font-size: 28rpx; font-size: 28rpx;
} }
.profile-page__action-bar {
display: flex;
justify-content: flex-end;
padding: 18rpx 30rpx 0;
}
.profile-page__content { .profile-page__content {
padding: 70rpx 30rpx 0; padding: 56rpx 30rpx 0;
} }
.profile-page__avatar-block { .profile-page__avatar-block {

View File

@@ -98,7 +98,10 @@ export default function ProfilePage() {
</View> </View>
<Text className="profile-page__title"></Text> <Text className="profile-page__title"></Text>
<View className="profile-page__nav-spacer" />
</View>
<View className="profile-page__action-bar">
<View className="profile-page__save" onClick={handleSave}> <View className="profile-page__save" onClick={handleSave}>
<Text className="profile-page__save-text"></Text> <Text className="profile-page__save-text"></Text>
</View> </View>