fix: assistant answer pb

This commit is contained in:
lyzno1
2025-09-10 22:41:14 +08:00
parent 9ff81c0306
commit ba95a431b3
2 changed files with 19 additions and 1 deletions

View File

@ -703,7 +703,7 @@ const Main: FC<IMainProps> = () => {
{
hasSetInputs && (
<div className='relative grow h-[200px] pc:w-[794px] max-w-full mobile:w-full pb-[66px] mx-auto mb-3.5 overflow-hidden'>
<div className='relative grow h-[200px] pc:w-[794px] max-w-full mobile:w-full pb-[120px] mx-auto mb-3.5 overflow-hidden'>
<div className='h-full overflow-y-auto' ref={chatListDomRef}>
<Chat
chatList={chatList}