fix(style): layout content padding

This commit is contained in:
jialin
2025-02-24 14:10:50 +08:00
parent 529b3cb18f
commit f91311144b
17 changed files with 92 additions and 19 deletions
+4 -1
View File
@@ -37,7 +37,10 @@ const Profile: React.FC = () => {
<PageContainer
ghost
header={{
title: intl.formatMessage({ id: 'users.form.updatepassword' })
title: intl.formatMessage({ id: 'users.form.updatepassword' }),
style: {
paddingInline: 'var(--layout-content-inlinepadding)'
}
}}
extra={[]}
>