style: 去掉最小高度

This commit is contained in:
rd
2025-09-01 09:57:35 +08:00
parent 9df9caf7ed
commit 389bb142aa
2 changed files with 6 additions and 6 deletions

View File

@ -357,11 +357,11 @@ export default function useChatHandler(options: UseChatHandlerOptions): UseChatH
<div class="flex items-center">
{!extra_data && (
// ? (
// <Tooltip title="下载" onClick={onDownload} align={{ offset: [0, 4] }}>
// <div class="action-box">
// <IconDownload size={16} class="color-#737478 mr-12px" />
// </div>
// </Tooltip>
// <Tooltip title="下载" onClick={onDownload} align={{ offset: [0, 4] }}>
// <div class="action-box">
// <IconDownload size={16} class="color-#737478 mr-12px" />
// </div>
// </Tooltip>
// ) :
<Tooltip title="复制" onClick={() => onCopy(_targetTask.content.output)} align={{ offset: [0, 4] }}>
<div class="action-box">