limit custom param description width in http tools (#6116)

This commit is contained in:
heheer 2025-12-18 13:37:36 +08:00 committed by GitHub
parent 44c0e9e83f
commit 527237d019
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -664,7 +664,9 @@ const CustomParamsTable = ({
{list.map((item, index) => (
<Tr key={index} h={8}>
<Td px={2}>{item.key}</Td>
<Td px={2}>{item.description}</Td>
<Td px={2} maxW={40} textOverflow={'ellipsis'} overflow={'hidden'}>
{item.description}
</Td>
<Td px={2}>{item.type}</Td>
<Td px={2}>{item.isTool ? t('common:yes') : t('common:no')}</Td>
<Td px={2}>