mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-05 14:47:38 +00:00
perf: ui
This commit is contained in:
@@ -31,7 +31,7 @@ const BillTable = () => {
|
||||
});
|
||||
|
||||
return (
|
||||
<>
|
||||
<Box mt={2}>
|
||||
<Accordion defaultIndex={[0, 1, 2]} allowMultiple>
|
||||
{informs.map((item) => (
|
||||
<AccordionItem
|
||||
@@ -84,7 +84,7 @@ const BillTable = () => {
|
||||
</Flex>
|
||||
)}
|
||||
<Loading loading={isLoading && informs.length === 0} fixed={false} />
|
||||
</>
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
|
@@ -130,7 +130,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
|
||||
<ModalFooter>
|
||||
{!payId && (
|
||||
<>
|
||||
<Button variant={'outline'} onClick={onClose}>
|
||||
<Button variant={'base'} onClick={onClose}>
|
||||
取消
|
||||
</Button>
|
||||
<Button
|
||||
|
Reference in New Issue
Block a user