fix: 修复容器宽度错误的问题

This commit is contained in:
肖应宇 2026-03-20 16:53:19 +08:00
parent 03e95aee91
commit e4c31b3b1e
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ export default function ChatPage() {
<div
className={cn(
"m-auto flex h-screen min-h-svh overflow-hidden rounded-t-[20px] transition-[width] duration-300 ease-in-out",
artifactsOpen ? "w-full" : "w-[50%]",
artifactsOpen ? "w-full" : "w-[70%]",
)}
>
<div className="relative flex size-full min-h-0 justify-between rounded-t-[20px]">