b8057b21 by 焦小希

修改了违法数据中项目管理页面中地图样式问题

1 parent 23d2d0ab
......@@ -200,18 +200,18 @@
<div class="main-top">
<div id="browsingGrp" class="div-right-content-item"
style="display: inline-block;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;">
<div style="margin:33px 0 15px 0;">
<div style="margin:33px 0 15px 0;position:relative">
<img src="../../../../image/projecttask/dt.png"
style="width: 25px;height:25px;margin-top: -5px;margin-right: 5px;">
<span style="color: #268de8;font-weight: 500;font-size: 18px;">图形浏览</span>
<div style="display: inline-block;float: right;">
style="width: 25px;height:25px;margin-top: -5px;margin-right: 5px;position: relative;top: 9px;">
<span style="color: #268de8;font-weight: 500;font-size: 18px; position: absolute;top: 5px;left: 30px">图形浏览</span>
<div style="display: inline-block;float: right; margin-right: 4px">
<!-- <button id="AxisMapOther" class=" gisbutton">辅助选址</button>-->
<button id="AxisMap" class=" gisbutton" @click="AxisMap">录入坐标</button>
<button id="MaxMap" class=" gisbutton" @click="MaxMap">查看大图</button>
<button id="RefreshMap" class=" gisbutton" style="margin-right: 0;">刷新</button>
</div>
</div>
<div id="ditusrc" style="width: 100%; height: 260px; border: 1px solid rgb(218, 218, 218);
<div id="ditusrc" style="width: 97%; height: 310px; border: 1px solid rgb(218, 218, 218);
border-radius: 4px;position: relative;margin: 5px;padding: 6px">
<iframe id="gis" style="width: 100%;height:100%;" :src="gissrc"></iframe>
</div>
......