样式优化
This commit is contained in:
@@ -451,7 +451,10 @@ const EditProfilePage: React.FC = () => {
|
||||
/>
|
||||
</View>
|
||||
</View>
|
||||
<View className="divider"></View>
|
||||
<View
|
||||
className="divider"
|
||||
style="transform: translate(0, 0);"
|
||||
></View>
|
||||
</View>
|
||||
|
||||
{/* 生日 */}
|
||||
@@ -603,9 +606,9 @@ const EditProfilePage: React.FC = () => {
|
||||
>
|
||||
{form_data.phone
|
||||
? form_data.phone.replace(
|
||||
/(\d{3})(\d{4})(\d{4})/,
|
||||
"$1 $2 $3"
|
||||
)
|
||||
/(\d{3})(\d{4})(\d{4})/,
|
||||
"$1 $2 $3"
|
||||
)
|
||||
: "未绑定"}
|
||||
</Button>
|
||||
<Image
|
||||
|
||||
Reference in New Issue
Block a user