增加初始化过程

This commit is contained in:
hanhh
2021-10-03 20:58:55 +08:00
parent bd1ca7e975
commit 14b20873c7
18 changed files with 714 additions and 223 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
import { PageLoading } from '@ant-design/pro-layout';
const NewPageLoading = () => {
return (
<div style={{ margin: '-24px -24px 0' }}>
<PageLoading delay={1}></PageLoading>
</div>
);
return <PageLoading delay={1}></PageLoading>;
};
export default NewPageLoading;