修改了违法数据中项目管理页面中地图样式问题
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -200,18 +200,18 @@ | ... | @@ -200,18 +200,18 @@ |
200 | <div class="main-top"> | 200 | <div class="main-top"> |
201 | <div id="browsingGrp" class="div-right-content-item" | 201 | <div id="browsingGrp" class="div-right-content-item" |
202 | style="display: inline-block;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;"> | 202 | style="display: inline-block;text-overflow: ellipsis;width: 100%;margin-left: 0;padding: 0px;"> |
203 | <div style="margin:33px 0 15px 0;"> | 203 | <div style="margin:33px 0 15px 0;position:relative"> |
204 | <img src="../../../../image/projecttask/dt.png" | 204 | <img src="../../../../image/projecttask/dt.png" |
205 | style="width: 25px;height:25px;margin-top: -5px;margin-right: 5px;"> | 205 | style="width: 25px;height:25px;margin-top: -5px;margin-right: 5px;position: relative;top: 9px;"> |
206 | <span style="color: #268de8;font-weight: 500;font-size: 18px;">图形浏览</span> | 206 | <span style="color: #268de8;font-weight: 500;font-size: 18px; position: absolute;top: 5px;left: 30px">图形浏览</span> |
207 | <div style="display: inline-block;float: right;"> | 207 | <div style="display: inline-block;float: right; margin-right: 4px"> |
208 | <!-- <button id="AxisMapOther" class=" gisbutton">辅助选址</button>--> | 208 | <!-- <button id="AxisMapOther" class=" gisbutton">辅助选址</button>--> |
209 | <button id="AxisMap" class=" gisbutton" @click="AxisMap">录入坐标</button> | 209 | <button id="AxisMap" class=" gisbutton" @click="AxisMap">录入坐标</button> |
210 | <button id="MaxMap" class=" gisbutton" @click="MaxMap">查看大图</button> | 210 | <button id="MaxMap" class=" gisbutton" @click="MaxMap">查看大图</button> |
211 | <button id="RefreshMap" class=" gisbutton" style="margin-right: 0;">刷新</button> | 211 | <button id="RefreshMap" class=" gisbutton" style="margin-right: 0;">刷新</button> |
212 | </div> | 212 | </div> |
213 | </div> | 213 | </div> |
214 | <div id="ditusrc" style="width: 100%; height: 260px; border: 1px solid rgb(218, 218, 218); | 214 | <div id="ditusrc" style="width: 97%; height: 310px; border: 1px solid rgb(218, 218, 218); |
215 | border-radius: 4px;position: relative;margin: 5px;padding: 6px"> | 215 | border-radius: 4px;position: relative;margin: 5px;padding: 6px"> |
216 | <iframe id="gis" style="width: 100%;height:100%;" :src="gissrc"></iframe> | 216 | <iframe id="gis" style="width: 100%;height:100%;" :src="gissrc"></iframe> |
217 | </div> | 217 | </div> | ... | ... |
-
Please register or sign in to post a comment