update pay function
This commit is contained in:
@@ -674,7 +674,7 @@ const AgentChat = () => {
|
|||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box minH="calc(100vh - 80px)" position="relative" overflow="hidden">
|
<Box minH="100vh" position="relative" overflow="hidden" pt="80px">
|
||||||
{/* 背景渐变层 */}
|
{/* 背景渐变层 */}
|
||||||
<Box
|
<Box
|
||||||
position="absolute"
|
position="absolute"
|
||||||
@@ -2090,4 +2090,4 @@ const ExecutionStepsDisplay = ({ steps, plan }) => {
|
|||||||
</AccordionItem>
|
</AccordionItem>
|
||||||
</Accordion>
|
</Accordion>
|
||||||
);
|
);
|
||||||
};
|
};agnte
|
||||||
|
|||||||
Reference in New Issue
Block a user