mirror of
https://github.com/PlayEdu/h5.git
synced 2025-12-27 04:30:05 +08:00
最近学习页面
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user