电子看板问题修改
This commit is contained in:
parent
55f018dc32
commit
46e7fee98e
|
|
@ -28,17 +28,18 @@ body {
|
|||
|
||||
#map-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 80px);
|
||||
height: calc(100% - 100px);
|
||||
}
|
||||
|
||||
.btn-box {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
height: 80px;
|
||||
margin-top: 10px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.save {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@
|
|||
<div id="map-box">
|
||||
|
||||
</div>
|
||||
<div class="btn-box">
|
||||
<div class="btn-box layout">
|
||||
<p style="color: red;font-size: 16px;font-weight: bold;">提示:点1表示索道口,最后一个点表示索道终点,其余点表示中转口</p>
|
||||
<div>
|
||||
<button class="layui-btn layui-btn-norma save" id="viewPoint">预览标点连线</button>
|
||||
<button class="layui-btn layui-btn-norma save" onclick="saveData()">保存</button>
|
||||
<button class="layui-btn layui-btn-primary cancel" id="clearMarkers">清空标点</button>
|
||||
|
|
@ -44,6 +46,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script src="../../../../js/basic/lineManagement/child/setLonAndLat.js" charset="UTF-8" type="text/javascript"></script>
|
||||
</html>
|
||||
Loading…
Reference in New Issue