update pay function
This commit is contained in:
@@ -699,14 +699,21 @@ const AgentChatV4 = () => {
|
||||
);
|
||||
|
||||
return (
|
||||
<Flex
|
||||
position="fixed"
|
||||
<Box
|
||||
position="absolute"
|
||||
top="0"
|
||||
left="0"
|
||||
right="0"
|
||||
bottom="0"
|
||||
bg={darkBg}
|
||||
overflow="hidden"
|
||||
>
|
||||
<Flex
|
||||
w="100%"
|
||||
h="100%"
|
||||
overflow="hidden"
|
||||
position="relative"
|
||||
flexDirection="row"
|
||||
>
|
||||
{/* 背景装饰 - 黄金光晕效果 */}
|
||||
<Box
|
||||
@@ -1306,6 +1313,7 @@ const AgentChatV4 = () => {
|
||||
</Box>
|
||||
</Collapse>
|
||||
</Flex>
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user