dashboard
repositories
filestore
activity
search
login
main
/
hsyj
赣州市洪水风险预警系统二维版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加token验证功能,实现统一登陆
xiebin
2023-03-02
b39483c96ae572121d3c619c0b9d37634e682cc4
[hsyj.git]
/
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>