diff --git a/components/SmartChatBox/SmartChatBox.tsx b/components/SmartChatBox/SmartChatBox.tsx index d2e38db..ac48e8d 100644 --- a/components/SmartChatBox/SmartChatBox.tsx +++ b/components/SmartChatBox/SmartChatBox.tsx @@ -169,7 +169,10 @@ export default function SmartChatBox({ }, [messages]); return ( -
+
{/* Header */}
diff --git a/components/layout/dashboard-layout.tsx b/components/layout/dashboard-layout.tsx index 7d2b98e..175a248 100644 --- a/components/layout/dashboard-layout.tsx +++ b/components/layout/dashboard-layout.tsx @@ -66,7 +66,7 @@ export function DashboardLayout({ children }: DashboardLayoutProps) { )} {isDesktop && }
setIsSmartChatBoxOpen(false)} diff --git a/components/ui/script-modal.tsx b/components/ui/script-modal.tsx index ce7218a..1122019 100644 --- a/components/ui/script-modal.tsx +++ b/components/ui/script-modal.tsx @@ -130,7 +130,7 @@ export function ScriptModal({ isOpen, onClose, currentStage = 0, roles, currentL <> {/* 背景遮罩 */}