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