update pay function

This commit is contained in:
2025-11-23 08:30:52 +08:00
parent 738cc9cb87
commit 9251531eb7
2 changed files with 4 additions and 4 deletions

View File

@@ -674,11 +674,11 @@ const AgentChat = () => {
];
return (
<Box minH="100vh" position="relative" overflow="hidden" pt="80px" zIndex={0}>
<Box minH="100vh" position="relative" overflow="hidden" zIndex={0}>
{/* 背景渐变层 */}
<Box
position="absolute"
top="80px"
top={0}
left={0}
right={0}
bottom={0}
@@ -712,7 +712,7 @@ const AgentChat = () => {
zIndex={0}
/>
<Flex h="calc(100vh - 80px)" overflow="hidden" position="relative" zIndex={1}>
<Flex h="calc(100vh - 72px)" overflow="hidden" position="relative" zIndex={1}>
{/* 左侧栏 - 深色毛玻璃 */}
<AnimatePresence>
{isLeftSidebarOpen && (