update pay function
This commit is contained in:
@@ -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>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user