perf: 细节样式

This commit is contained in:
Archer
2023-03-18 13:30:25 +08:00
parent 7ba14d2c14
commit 58a010c12c
6 changed files with 13 additions and 9 deletions

View File

@@ -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}>