diff --git a/src/views/AgentChat/index.js b/src/views/AgentChat/index.js index 1f46cf6f..2593538f 100644 --- a/src/views/AgentChat/index.js +++ b/src/views/AgentChat/index.js @@ -700,9 +700,12 @@ const AgentChatV4 = () => { return ( {/* 背景装饰 - 黄金光晕效果 */} @@ -739,8 +742,7 @@ const AgentChatV4 = () => { backdropFilter="blur(20px)" borderRight="1px solid" borderColor={borderGold} - h="calc(100vh - 80px)" - mt="80px" + h="100%" display="flex" flexDirection="column" boxShadow="0 8px 32px rgba(255, 215, 0, 0.1)" @@ -909,7 +911,7 @@ const AgentChatV4 = () => { {/* 主聊天区域 */} - + {/* 聊天头部 */} { backdropFilter="blur(20px)" borderLeft="1px solid" borderColor={borderGold} - h="calc(100vh - 80px)" - mt="80px" + h="100%" overflowY="auto" boxShadow="0 -8px 32px rgba(255, 215, 0, 0.1)" css={{