fix: 修复容器宽度错误的问题
This commit is contained in:
parent
03e95aee91
commit
e4c31b3b1e
|
|
@ -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]">
|
||||
|
|
|
|||
Loading…
Reference in New Issue