mirror of
https://github.com/PlayEdu/h5.git
synced 2025-09-11 00:14:02 +08:00
fixed: loading页面的高度
This commit is contained in:
parent
fe7b20ff23
commit
ae4cdb0de1
@ -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