合并DEV-20251115分支
This commit is contained in:
@@ -923,6 +923,14 @@
|
||||
font-weight: 500;
|
||||
color: #000;
|
||||
position: relative;
|
||||
.top-desc{
|
||||
position: absolute;
|
||||
bottom: -10rpx;
|
||||
font-size: 18rpx;
|
||||
color: #999;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.top-desc{
|
||||
position: absolute;
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
|
||||
<uv-cell title="性别" @click="sexPicker.open()" :isLink="true" :value="showGenderText"></uv-cell>
|
||||
<uv-cell title="百禄形象" @click="gotoMascot()" :isLink="true" :value="mascotName"></uv-cell>
|
||||
|
||||
<uv-cell title="竞赛是否匿名" @click="isAnonyClick()" :isLink="true" :value="showIsAnonyText"></uv-cell>
|
||||
<uv-cell
|
||||
title="用户隐私协议"
|
||||
|
||||
Reference in New Issue
Block a user