Browse Source

载入 olMap

dev
巴林闲侠 2 years ago
parent
commit
2ca86b468c
  1. 2
      web/client/src/sections/quanju/containers/public/olMap.js

2
web/client/src/sections/quanju/containers/public/olMap.js

@ -58,7 +58,7 @@ const OlMap = (props) => {
}, []) }, [])
return ( return (
<div id="olMap" style={{ position: 'absolute', height: '100%', width: "100%" }}>123123123</div> <div id="olMap" style={{ position: 'absolute', height: '100%', width: "100%" }}></div>
) )
} }

Loading…
Cancel
Save