💄 style: 优化样式

This commit is contained in:
arvinxx
2023-07-30 00:59:30 +08:00
parent 07e4362c5a
commit 9ce5d1d563

View File

@@ -49,7 +49,6 @@ const FunctionCall = memo<FunctionCallProps>(({ function_call, loading }) => {
avatar
)}
{t(`plugins.${function_call?.name}` as any, { ns: 'plugin' })}
{loading ? `${t('loading.plugin')}` : null}
<Icon icon={open ? LucideChevronUp : LucideChevronDown} />
</Flexbox>
{open && <Highlighter language={'json'}>{args}</Highlighter>}