Fix account item style
This commit is contained in:
@@ -47,6 +47,7 @@ const AccountPage: React.FC<DispatchProp & UserModelState> = ({
|
||||
message={user.phone}
|
||||
/>
|
||||
<AccountItem
|
||||
className="group"
|
||||
title="account.email"
|
||||
message={user.email}
|
||||
/>
|
||||
@@ -55,9 +56,11 @@ const AccountPage: React.FC<DispatchProp & UserModelState> = ({
|
||||
title="account.loginPwd"
|
||||
/>
|
||||
<AccountItem
|
||||
className="group"
|
||||
title="account.fundPwd"
|
||||
/>
|
||||
<AccountItem
|
||||
className="group"
|
||||
title="account.factor"
|
||||
/>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user