diff --git a/src/app/chat/[id]/page.tsx b/src/app/chat/[id]/page.tsx index 0f52141..a3d3227 100644 --- a/src/app/chat/[id]/page.tsx +++ b/src/app/chat/[id]/page.tsx @@ -207,7 +207,7 @@ export default function ChatPage({ params }: PageProps) { )} > {/* 固定顶部 Header */} -
+
setSidebarOpen(!sidebarOpen)} />

@@ -280,7 +280,12 @@ export default function ChatPage({ params }: PageProps) {

{/* 固定底部输入框 */} -
+
{isStreaming && (
diff --git a/src/components/features/ChatInput.tsx b/src/components/features/ChatInput.tsx index 7a61433..6c5172d 100644 --- a/src/components/features/ChatInput.tsx +++ b/src/components/features/ChatInput.tsx @@ -52,7 +52,7 @@ export function ChatInput({
onSelect(action)} className={cn( 'flex items-center gap-2 px-4 py-2', - 'bg-white border border-[var(--color-border)] rounded-full', + 'bg-[var(--color-bg-primary)] border border-[var(--color-border)] rounded-full', 'text-sm text-[var(--color-text-secondary)]', 'hover:bg-[var(--color-bg-tertiary)] hover:text-[var(--color-text-primary)]', 'transition-all duration-150' diff --git a/src/components/features/ToolsDropdown.tsx b/src/components/features/ToolsDropdown.tsx index d9c0296..41cfee6 100644 --- a/src/components/features/ToolsDropdown.tsx +++ b/src/components/features/ToolsDropdown.tsx @@ -63,7 +63,7 @@ export function ToolsDropdown({ tools, onToolToggle, onEnableAllToggle }: ToolsD {/* 下拉菜单 */}
@@ -146,10 +146,10 @@ export function Sidebar({ user, isOpen = true }: SidebarProps) { {/* 下拉菜单 */} {menuOpen === conversation.conversationId && ( -
+