style: 去掉最小高度
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user