浏览代码

fix: add animation to workflow process loader icon (#15497)

tags/1.0.1
DDDDD12138 7 个月前
父节点
当前提交
b07016113c
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/base/chat/chat/answer/workflow-process.tsx

+ 1
- 1
web/app/components/base/chat/chat/answer/workflow-process.tsx 查看文件

@@ -56,7 +56,7 @@ const WorkflowProcessItem = ({
>
{
running && (
<RiLoader2Line className='shrink-0 mr-1 w-3.5 h-3.5 text-text-tertiary' />
<RiLoader2Line className='shrink-0 mr-1 w-3.5 h-3.5 animate-spin text-text-tertiary' />
)
}
{

正在加载...
取消
保存