dashboard
repositories
filestore
activity
search
login
admin
/
jfpt-Vue
forked from
jfpt-Vue
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
地图模式设备状态修改
Administrator
2021-05-07
14e02654e0545ee69456d64aef2f35c7c219d708
[~admin/jfpt-Vue.git]
/
public
/
map
/
widgets
/
map
/
MapWidget.html
1
2
3
4
5
6
7
<div data-dojo-attach-point="container" style="height: 100%;" class="${base_class}">
<div class="mapwidget-map-cover" style="height: 100%;" data-dojo-attach-point="mapCoverDom">
<div class="mapwidget-map-box" style="height: 100%;" data-dojo-attach-point="mapBoxDom">
</div>
</div>
</div>