Skip to content

Commit

Permalink
docs: 更新高度
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Dec 8, 2023
1 parent b560cd5 commit bc28c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/SyncScene/demos/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default () => {

return (
<div>
<div style={{ display: 'flex', flexDirection: 'row', height: '100vh' }}>
<div style={{ display: 'flex', flexDirection: 'row', height: '600px' }}>
<LarkMap
id="baseScene"
mapType="Gaode"
Expand Down
2 changes: 1 addition & 1 deletion src/components/SyncScene/demos/zoomGap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default () => {
return (
<div>
设置zoomGap: <input onChange={changeHandler} />
<div style={{ display: 'flex', flexDirection: 'row', height: '300px' }}>
<div style={{ display: 'flex', flexDirection: 'row', height: '600px' }}>
<SyncScene scenes={sceneArray} options={{ zoomGap: zoomGap }} />
<LarkMap
id="gapScene"
Expand Down

0 comments on commit bc28c1e

Please sign in to comment.