瀏覽代碼

fix: table too wide fix text generation ui (#566)

tags/0.3.9
Joel 2 年之前
父節點
當前提交
20514ff288
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. 5
    1
      web/app/components/app/text-generate/item/index.tsx

+ 5
- 1
web/app/components/app/text-generate/item/index.tsx 查看文件

@@ -184,7 +184,11 @@ const GenerationItem: FC<IGenerationItemProps> = ({
{taskId}
</div>)
}
<Markdown content={content} />
<div className='flex'>
<div className='grow w-0'>
<Markdown content={content} />
</div>
</div>
{messageId && (
<div className='flex items-center justify-between mt-3'>
<div className='flex items-center'>

Loading…
取消
儲存