Przeglądaj źródła

切换地图搜索效果优化

wulanhaote
庞东旭 3 lat temu
rodzic
commit
56ef4319e1
1 zmienionych plików z 4 dodań i 6 usunięć
  1. +4
    -6
      src/components/Map/MapGisDrawing.vue

+ 4
- 6
src/components/Map/MapGisDrawing.vue Wyświetl plik

@@ -1,7 +1,7 @@
<template>
<div>
<p class="fuTitle">地块位置绘制</p>
<div id="full-screen-acceptance" style="width: 100%;height:45vh;">
<div id="full-screen-acceptance" style="width: 100%;height:45vh;position:relative;">
<div :id=this.uuidMap style="width: 100%;height: 100%"></div>
<div id='land-btn-wrap'>
<!--<el-button :id=this.drawingPolygonMap style="background-color:#D0EEFF;color:#1E88C7" @click="" type="primary">画图</el-button>-->
@@ -381,11 +381,9 @@ export default {

}
#land-btn-wrap{
position: relative;
width: 25%;
left: 75%;
bottom: 100%;
position: absolute;
right: 3%;
top: 5%;
z-index: 2000;
padding-top: 5%;
}
</style>

Ładowanie…
Anuluj
Zapisz