mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-19 14:09:41 +08:00
fixed: loading页面的高度
This commit is contained in:
parent
fe7b20ff23
commit
ae4cdb0de1
@ -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>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user