fix: 修复官网 demo 在 sandcodebox 的样式问题

This commit is contained in:
shihui 2021-12-22 12:15:30 +08:00
parent 02e8b9a43a
commit 45d8e36617
2 changed files with 2 additions and 3 deletions

View File

@ -94,7 +94,6 @@ DrillDownLayer 提供默认提供通过 Layer 的交互事件,实现上钻下
]
```
### label
文本配置项 `labelOption`
@ -219,7 +218,7 @@ DrillDownLayer 提供默认提供通过 Layer 的交互事件,实现上钻下
```javascirpt
drillLayer.drillDown(['110100'])
````
```
### drillUp

View File

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