mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 01:40:51 +00:00
perf: 细节样式
This commit is contained in:
@@ -22,7 +22,7 @@ const Empty = ({ intro }: { intro: string }) => {
|
||||
{!!intro && (
|
||||
<Card p={4} mb={10}>
|
||||
<Header>模型介绍</Header>
|
||||
<Box>{intro}</Box>
|
||||
<Box whiteSpace={'pre-line'}>{intro}</Box>
|
||||
</Card>
|
||||
)}
|
||||
<Card p={4} mb={10}>
|
||||
|
Reference in New Issue
Block a user