Merge branch 'main' of gitee.com:/playeduxyz/h5 into main

This commit is contained in:
禺狨 2023-07-04 16:56:37 +08:00
commit 1d97532fed

View File

@ -2,7 +2,7 @@ import { SpinLoading } from "antd-mobile";
const LoadingPage = () => {
return (
<div style={{ width: "100%", display: "flex", justifyContent: "center" }}>
<div style={{ width: "100vw", height: "100vh", display: "flex", justifyContent: "center" }}>
<SpinLoading color="primary" />
</div>
);