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
@@ -8,7 +8,10 @@ const AccessPage: React.FC = () => {
<PageContainer
ghost
header={{
title: 'permission example'
title: 'permission example',
style: {
paddingInline: 'var(--layout-content-inlinepadding)'
}
}}
>
<Access accessible={access.canSeeAdmin}>