mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-13 05:07:54 +08:00
Merge branch 'main' of gitee.com:/playeduxyz/h5 into main
This commit is contained in:
commit
1d97532fed
@ -2,7 +2,7 @@ import { SpinLoading } from "antd-mobile";
|
|||||||
|
|
||||||
const LoadingPage = () => {
|
const LoadingPage = () => {
|
||||||
return (
|
return (
|
||||||
<div style={{ width: "100%", display: "flex", justifyContent: "center" }}>
|
<div style={{ width: "100vw", height: "100vh", display: "flex", justifyContent: "center" }}>
|
||||||
<SpinLoading color="primary" />
|
<SpinLoading color="primary" />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user