样式优化

This commit is contained in:
2025-11-29 17:30:43 +08:00
parent 358e85be10
commit f4951c18f8
13 changed files with 91 additions and 35 deletions

View File

@@ -695,9 +695,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