最近学习页面

This commit is contained in:
禺狨
2023-06-26 14:50:10 +08:00
parent 614f9c70ac
commit f862bd5b85
7 changed files with 237 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
import { DotLoading } from 'antd-mobile'
import { SpinLoading } from "antd-mobile";
const LoadingPage = () => {
return (
<>
<DotLoading color='primary' />
</>
<div style={{ width: "100%", display: "flex", justifyContent: "center" }}>
<SpinLoading color="primary" />
</div>
);
};