Merge pull request #675 from antvis/shihui_fix

feat: 取消 demo 案例 playground container 的 min-height: 500px,加上该样式会让地图容器上移
This commit is contained in:
YiQianYao 2021-05-07 14:37:15 +08:00 committed by GitHub
commit 2504e07fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ module.exports = {
}
],
playground: {
container: '<div style="min-height: 500px; justify-content: center; position: relative" id="map"/>',
container: '<div style="justify-content: center; position: relative" id="map"/>',
dependencies: {
'@antv/l7': 'latest',
'@antv/l7-maps': 'latest'