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"> <div class="flex items-center">
{!extra_data && ( {!extra_data && (
// ? ( // ? (
// <Tooltip title="下载" onClick={onDownload} align={{ offset: [0, 4] }}> // <Tooltip title="下载" onClick={onDownload} align={{ offset: [0, 4] }}>
// <div class="action-box"> // <div class="action-box">
// <IconDownload size={16} class="color-#737478 mr-12px" /> // <IconDownload size={16} class="color-#737478 mr-12px" />
// </div> // </div>
// </Tooltip> // </Tooltip>
// ) : // ) :
<Tooltip title="复制" onClick={() => onCopy(_targetTask.content.output)} align={{ offset: [0, 4] }}> <Tooltip title="复制" onClick={() => onCopy(_targetTask.content.output)} align={{ offset: [0, 4] }}>
<div class="action-box"> <div class="action-box">

View File

@ -59,7 +59,7 @@
align-items: flex-start; align-items: flex-start;
min-width: 0; min-width: 0;
max-width: 100%; max-width: 100%;
min-height: 36px; // min-height: 36px;
word-break: break-all; word-break: break-all;
@include cts; @include cts;
&-filled { &-filled {