bmh_cesium/public/widgets/mapSwipe/view.html
2025-03-10 07:23:50 +08:00

21 lines
830 B
HTML

<div class="mapSwipeBar animation-slide-top">
<div class="dropdown dropdown-hover">
<label> 左侧图层:</label>
<button id="btnSelectBaseMap" class="btn btn-default" type="button" data-toggle="dropdown">
选择左侧图层
</button>
<ul id="ddl_basemap" class="dropdown-menu pull-left"></ul>
</div>
<div class="dropdown dropdown-hover">
<label> 右侧图层:</label>
<button id="btnSelectSwipelayer" class="btn btn-default" type="button" data-toggle="dropdown">
选择右侧图层
</button>
<ul id="ddl_swipelayer" class="dropdown-menu pull-left"></ul>
</div>
<button id="btn_mapSwipe_close" type="button" class="btn btn-default">
<span class="fa fa-remove" aria-hidden="true"></span>
</button>
</div>