update pay function

This commit is contained in:
2025-11-21 23:50:19 +08:00
parent b5a0b7094a
commit 781710ae53

View File

@@ -699,22 +699,14 @@ const AgentChatV4 = () => {
); );
return ( return (
<Box <Flex
position="absolute" w="100vw"
top="0" h="100vh"
left="0"
right="0"
bottom="0"
bg={darkBg} bg={darkBg}
overflow="hidden" overflow="hidden"
position="relative"
flexDirection="row"
> >
<Flex
w="100%"
h="100%"
overflow="hidden"
position="relative"
flexDirection="row"
>
{/* 背景装饰 - 黄金光晕效果 */} {/* 背景装饰 - 黄金光晕效果 */}
<Box <Box
position="absolute" position="absolute"
@@ -1312,8 +1304,7 @@ const AgentChatV4 = () => {
</VStack> </VStack>
</Box> </Box>
</Collapse> </Collapse>
</Flex> </Flex>
</Box>
); );
}; };