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
+3
View File
@@ -98,6 +98,9 @@ const PlaygroundEmbedding: React.FC = () => {
ghost
header={{
title: intl.formatMessage({ id: 'menu.playground.embedding' }),
style: {
paddingInline: 'var(--layout-content-inlinepadding)'
},
breadcrumb: {}
}}
extra={renderExtra()}