fix: connected error (#318)

This commit is contained in:
Archer
2023-09-19 07:54:50 +08:00
committed by GitHub
parent 35f4deca76
commit 0a4a1def1e
8 changed files with 61 additions and 30 deletions

View File

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