修复loading状态位置

This commit is contained in:
hanhh 2021-09-29 21:19:25 +08:00
parent 9fba2a85f6
commit ecaf731ecf

View File

@ -1,3 +1,11 @@
import { PageLoading } from '@ant-design/pro-layout';
export default PageLoading;
const NewPageLoading = () => {
return (
<div style={{ margin: '-24px -24px 0' }}>
<PageLoading delay={1}></PageLoading>
</div>
);
};
export default NewPageLoading;