浏览代码

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'>

正在加载...
取消
保存