This commit is contained in:
archer
2023-06-11 19:18:40 +08:00
parent 6b6da76ac1
commit 623018f408
25 changed files with 236 additions and 162 deletions

View File

@@ -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>
);
};

View File

@@ -130,7 +130,7 @@ const PayModal = ({ onClose }: { onClose: () => void }) => {
<ModalFooter>
{!payId && (
<>
<Button variant={'outline'} onClick={onClose}>
<Button variant={'base'} onClick={onClose}>
</Button>
<Button