diff --git a/src/views/AgentChat/index.js b/src/views/AgentChat/index.js
index 2578763a..b7c9fc29 100644
--- a/src/views/AgentChat/index.js
+++ b/src/views/AgentChat/index.js
@@ -720,13 +720,26 @@ const AgentChatV4 = () => {
{/* 全局样式:确保页面占满整个视口 */}
@@ -735,7 +748,9 @@ const AgentChatV4 = () => {
h="100vh"
bg={darkBg}
overflow="hidden"
- position="relative"
+ position="fixed"
+ top="0"
+ left="0"
flexDirection="row"
>
{
borderBottom="1px solid"
borderColor={borderGold}
px={{ base: 3, md: 6 }}
- py={{ base: 3, md: 4 }}
+ py={{ base: 2, md: 3 }}
+ minH={{ base: "60px", md: "72px" }}
boxShadow="0 4px 16px rgba(255, 215, 0, 0.1)"
>
-
-
+
+
}
size="sm"
@@ -963,33 +979,46 @@ const AgentChatV4 = () => {
onClick={toggleSidebar}
/>
-
+
-
- 价小前投研
-
+
+
+ 价小前投研
+
+
-
+
- AI 深度分析
-
+ AI 深度分析
+
-
+
{AVAILABLE_MODELS.find(m => m.id === selectedModel)?.name || '智能模型'}