mirror of https://gitee.com/topiam/eiam
🐛 修复个人中心手机号标题展示错误问题
parent
d5478994b6
commit
636688f1fc
|
@ -125,7 +125,7 @@ const AccountSettings = () => {
|
|||
};
|
||||
|
||||
return wrapSSR(
|
||||
<PageContainer pageHeaderRender={false} className={classnames(`${prefixCls}`, hashId)}>
|
||||
<PageContainer className={classnames(`${prefixCls}`, hashId)}>
|
||||
<GridContent>
|
||||
<div
|
||||
className={classnames(`${prefixCls}-main`, hashId)}
|
||||
|
|
|
@ -262,7 +262,7 @@ const BaseView = () => {
|
|||
width="md"
|
||||
name="phone"
|
||||
readonly
|
||||
label={intl.formatMessage({ id: 'page.account.base.form.username' })}
|
||||
label={intl.formatMessage({ id: 'page.account.base.form.phone' })}
|
||||
/>
|
||||
<ProFormText
|
||||
width="md"
|
||||
|
|
Loading…
Reference in New Issue