update pay function

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

View File

@@ -699,18 +699,10 @@ const AgentChatV4 = () => {
); );
return ( return (
<Box
position="absolute"
top="0"
left="0"
right="0"
bottom="0"
bg={darkBg}
overflow="hidden"
>
<Flex <Flex
w="100%" w="100vw"
h="100%" h="100vh"
bg={darkBg}
overflow="hidden" overflow="hidden"
position="relative" position="relative"
flexDirection="row" flexDirection="row"
@@ -1313,7 +1305,6 @@ const AgentChatV4 = () => {
</Box> </Box>
</Collapse> </Collapse>
</Flex> </Flex>
</Box>
); );
}; };