update pay function

This commit is contained in:
2025-11-23 08:02:40 +08:00
parent 602888bbeb
commit c4efebdbda

View File

@@ -674,7 +674,7 @@ const AgentChat = () => {
];
return (
<Box minH="calc(100vh - 80px)" position="relative" overflow="hidden">
<Box minH="100vh" position="relative" overflow="hidden" pt="80px">
{/* 背景渐变层 */}
<Box
position="absolute"
@@ -2090,4 +2090,4 @@ const ExecutionStepsDisplay = ({ steps, plan }) => {
</AccordionItem>
</Accordion>
);
};
};agnte