|
@ -30,16 +30,13 @@ const Example = (props) => { |
|
|
document.body.clientHeight / 1080 |
|
|
document.body.clientHeight / 1080 |
|
|
)})`, */
|
|
|
)})`, */
|
|
|
}}> |
|
|
}}> |
|
|
|
|
|
|
|
|
<div style={{ width: "100%", height: "10%" }}> |
|
|
<div style={{ width: "100%", height: "10%" }}> |
|
|
<Header tabChange={tabChange} tabKey={tabKey} dispatch={dispatch} user={user} /> |
|
|
<Header tabChange={tabChange} tabKey={tabKey} dispatch={dispatch} user={user} /> |
|
|
</div> |
|
|
</div> |
|
|
<div style={{ position: 'absolute', width: "100%", height: "90%" }}> |
|
|
<div style={{ position: 'absolute', width: "100%", height: "90%" }}> |
|
|
<Gis tabKey={tabKey} /> |
|
|
{/* <Gis tabKey={tabKey} /> */} |
|
|
<Footer tabKey={tabKey} dispatch={dispatch} /> |
|
|
<Footer tabKey={tabKey} dispatch={dispatch} /> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</Spin> |
|
|
</Spin> |
|
|
) |
|
|
) |
|
|