This commit is contained in:
archer
2023-06-15 22:36:09 +08:00
parent 80578a08c8
commit 33ffd9d7dd
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ const modelList = () => {
<Pagination />
</Flex>
<Loading loading={isLoading} fixed={false} />
<Loading loading={isLoading} />
</Box>
);
};