update pay function

This commit is contained in:
2025-11-21 23:12:52 +08:00
parent ff2ad14246
commit cd315a718f

View File

@@ -700,9 +700,12 @@ const AgentChatV4 = () => {
return ( return (
<Flex <Flex
h="100vh" position="fixed"
top="80px"
left="0"
right="0"
bottom="0"
bg={darkBg} bg={darkBg}
position="relative"
overflow="hidden" overflow="hidden"
> >
{/* 背景装饰 - 黄金光晕效果 */} {/* 背景装饰 - 黄金光晕效果 */}
@@ -739,8 +742,7 @@ const AgentChatV4 = () => {
backdropFilter="blur(20px)" backdropFilter="blur(20px)"
borderRight="1px solid" borderRight="1px solid"
borderColor={borderGold} borderColor={borderGold}
h="calc(100vh - 80px)" h="100%"
mt="80px"
display="flex" display="flex"
flexDirection="column" flexDirection="column"
boxShadow="0 8px 32px rgba(255, 215, 0, 0.1)" boxShadow="0 8px 32px rgba(255, 215, 0, 0.1)"
@@ -909,7 +911,7 @@ const AgentChatV4 = () => {
</Collapse> </Collapse>
{/* 主聊天区域 */} {/* 主聊天区域 */}
<Flex flex="1" direction="column" h="calc(100vh - 80px)" mt="80px" position="relative"> <Flex flex="1" direction="column" h="100%" position="relative">
{/* 聊天头部 */} {/* 聊天头部 */}
<Box <Box
bg={glassBg} bg={glassBg}
@@ -1121,8 +1123,7 @@ const AgentChatV4 = () => {
backdropFilter="blur(20px)" backdropFilter="blur(20px)"
borderLeft="1px solid" borderLeft="1px solid"
borderColor={borderGold} borderColor={borderGold}
h="calc(100vh - 80px)" h="100%"
mt="80px"
overflowY="auto" overflowY="auto"
boxShadow="0 -8px 32px rgba(255, 215, 0, 0.1)" boxShadow="0 -8px 32px rgba(255, 215, 0, 0.1)"
css={{ css={{