mirror of https://gitee.com/antv-l7/antv-l7
feat: 取消 demo 案例 playground container 的 min-height: 500px,加上该样式会让地图容器上移
This commit is contained in:
parent
5e871aa3bf
commit
cb453aeaa6
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue