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()}
+3
View File
@@ -168,6 +168,9 @@ const TextToImages: React.FC = () => {
}
</div>
),
style: {
paddingInline: 'var(--layout-content-inlinepadding)'
},
breadcrumb: {}
}}
extra={renderExtra()}
+3
View File
@@ -165,6 +165,9 @@ const Playground: React.FC = () => {
}
</div>
),
style: {
paddingInline: 'var(--layout-content-inlinepadding)'
},
breadcrumb: {}
}}
extra={renderExtra()}
+3
View File
@@ -102,6 +102,9 @@ const PlaygroundRerank: React.FC = () => {
ghost
header={{
title: intl.formatMessage({ id: 'menu.playground.rerank' }),
style: {
paddingInline: 'var(--layout-content-inlinepadding)'
},
breadcrumb: {}
}}
extra={renderExtra()}
+3
View File
@@ -211,6 +211,9 @@ const Playground: React.FC = () => {
}
</div>
),
style: {
paddingInline: 'var(--layout-content-inlinepadding)'
},
breadcrumb: {}
}}
extra={renderExtra()}