mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
💄 style: 优化兜底结果展示
This commit is contained in:
@@ -40,7 +40,7 @@ const PluginResult = memo<FunctionMessageProps>(({ content }) => {
|
||||
<Icon icon={open ? LucideChevronUp : LucideChevronDown} />
|
||||
</Flexbox>
|
||||
{open && (
|
||||
<Highlighter language={'json'} style={{ maxHeight: 200 }}>
|
||||
<Highlighter language={'json'} style={{ maxHeight: 200, maxWidth: 600 }}>
|
||||
{data}
|
||||
</Highlighter>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user