feat: 取消 demo 案例 playground container 的 min-height: 500px,加上该样式会让地图容器上移

This commit is contained in:
2912401452 2021-05-07 13:52:19 +08:00
parent 5e871aa3bf
commit cb453aeaa6
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'