mirror of https://gitee.com/antv-l7/antv-l7
fix: 修复官网 demo 在 sandcodebox 的样式问题
This commit is contained in:
parent
02e8b9a43a
commit
45d8e36617
|
@ -94,7 +94,6 @@ DrillDownLayer 提供默认提供通过 Layer 的交互事件,实现上钻下
|
|||
]
|
||||
```
|
||||
|
||||
|
||||
### label
|
||||
|
||||
文本配置项 `labelOption`
|
||||
|
@ -219,7 +218,7 @@ DrillDownLayer 提供默认提供通过 Layer 的交互事件,实现上钻下
|
|||
|
||||
```javascirpt
|
||||
drillLayer.drillDown(['110100'])
|
||||
````
|
||||
```
|
||||
|
||||
### drillUp
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue