perf: app detail

This commit is contained in:
archer
2023-07-25 13:15:41 +08:00
parent 3adb97b396
commit c16e2b8dd6
29 changed files with 39 additions and 19 deletions

View File

@@ -584,6 +584,7 @@ const ChatBox = (
whiteSpace={'pre-wrap'}
{...MessageCardStyle}
bg={'myBlue.300'}
borderRadius={'8px 0 8px 8px'}
>
<Box as={'p'}>{item.value}</Box>
</Card>