Merge branch 'codex/profile-page-merge'
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user