修改样式
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -211,8 +211,8 @@ | ... | @@ -211,8 +211,8 @@ |
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: 97%; height: 310px; border: 1px solid rgb(218, 218, 218); | 214 | <div id="ditusrc" style="width: 97%; height: 250px; 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;top: 34px;left: -2px;"> |
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> |
218 | </div> | 218 | </div> | ... | ... |
-
Please register or sign in to post a comment