From 5027a9231415debb9e0c0e771b4938ef4cb8f6bd Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Thu, 11 Jun 2026 17:47:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(sxwz):=20=E4=BF=AE=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E5=93=81=E9=9D=A2=E6=9D=BF=E6=89=93=E5=BC=80=E6=97=B6=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E5=B8=83=E5=B1=80=E5=81=8F=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 仅在制品面板关闭时应用 SXWZ 品牌的 -translate-x-[172px] 偏移, 避免面板打开时输入框被推出可视区域。 --- frontend/src/app/workspace/chats/[thread_id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/workspace/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/chats/[thread_id]/page.tsx index 65158b4f..49644fc5 100644 --- a/frontend/src/app/workspace/chats/[thread_id]/page.tsx +++ b/frontend/src/app/workspace/chats/[thread_id]/page.tsx @@ -579,7 +579,7 @@ export default function ChatPage() { className={cn( "pointer-events-auto relative w-full max-w-[720px]", showWelcomeStyle && "-translate-y-[calc(50vh-96px)]", - brand === "sxwz" && "-translate-x-[172px]" + brand === "sxwz"&& artifactsOpen ===false && "-translate-x-[172px]" )} > {!(showWelcomeStyle && thread.isThreadLoading) ? (