From d216e4a57ad0826a319791db3fde5f3c4b5a7c61 Mon Sep 17 00:00:00 2001 From: selfrelease Date: Sat, 15 Aug 2026 16:04:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20AI=E5=8A=A9=E6=89=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E8=B6=85=E5=87=BA=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=EF=BC=88=E9=80=82=E9=85=8DPageGuide=E9=AB=98=E5=BA=A6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ChatTab 高度从 calc(100vh - 220px) 调整为 calc(100vh - 250px), 补偿新增 PageGuide 操作说明占用的高度,避免输入框被挤出屏幕。 Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- frontend/src/pages/ai-assistant/ChatTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/ai-assistant/ChatTab.tsx b/frontend/src/pages/ai-assistant/ChatTab.tsx index 61447b6..d11bc30 100644 --- a/frontend/src/pages/ai-assistant/ChatTab.tsx +++ b/frontend/src/pages/ai-assistant/ChatTab.tsx @@ -238,7 +238,7 @@ export function ChatTab() { } return ( -
+
{/* 顶部操作栏 */}