mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
perf: intro wrap (#4346)
* sync collection * remove lock * perf: intro wrap
This commit is contained in:
@@ -212,7 +212,9 @@ const ListItem = () => {
|
||||
fontSize={'xs'}
|
||||
color={'myGray.500'}
|
||||
>
|
||||
<Box className={'textEllipsis2'}>{app.intro || t('common:common.no_intro')}</Box>
|
||||
<Box className={'textEllipsis2'} whiteSpace={'pre-wrap'}>
|
||||
{app.intro || t('common:common.no_intro')}
|
||||
</Box>
|
||||
</Box>
|
||||
<Flex
|
||||
h={'24px'}
|
||||
|
@@ -239,8 +239,8 @@ function List() {
|
||||
<Box
|
||||
flex={1}
|
||||
className={'textEllipsis3'}
|
||||
whiteSpace={'pre-wrap'}
|
||||
py={3}
|
||||
wordBreak={'break-all'}
|
||||
fontSize={'xs'}
|
||||
color={'myGray.500'}
|
||||
>
|
||||
|
Reference in New Issue
Block a user