瀏覽代碼

fix: web error (#21340)

tags/1.5.0
GuanMu 4 月之前
父節點
當前提交
e56d7547f7
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/base/chat/chat/index.tsx

+ 1
- 1
web/app/components/base/chat/chat/index.tsx 查看文件

@@ -274,7 +274,7 @@ const Chat: FC<ChatProps> = ({
</div>
</div>
<div
className={`absolute bottom-0 flex justify-center bg-chat-input-mask ${(hasTryToAsk || !noChatInput || !noStopResponding) && chatFooterClassName}`}
className={`absolute bottom-0 z-10 flex justify-center bg-chat-input-mask ${(hasTryToAsk || !noChatInput || !noStopResponding) && chatFooterClassName}`}
ref={chatFooterRef}
>
<div

Loading…
取消
儲存