图斑审核页面优化。
parent
176bb7f6a9
commit
f629d181cf
|
|
@ -290,7 +290,7 @@
|
|||
justify-content: space-between;
|
||||
}
|
||||
.item-info-address {
|
||||
width: 100px;
|
||||
width: 120px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
|
|
@ -20,13 +20,14 @@
|
|||
v-else
|
||||
/>
|
||||
</div>
|
||||
<!-- <div id="showMap" class="map"></div> -->
|
||||
<MapboxMap
|
||||
:mapConfig="mapConfig"
|
||||
@handlerDrawComplete="handlerDrawComplete"
|
||||
@mapOnLoad="onMapboxLoad"
|
||||
ref="MapboxComponent"
|
||||
/>
|
||||
<div class="map-box-div">
|
||||
<MapboxMap
|
||||
:mapConfig="mapConfig"
|
||||
@handlerDrawComplete="handlerDrawComplete"
|
||||
@mapOnLoad="onMapboxLoad"
|
||||
ref="MapboxComponent"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -81,7 +82,7 @@
|
|||
areaId.value = value;
|
||||
};
|
||||
function changeShowParent() {
|
||||
console.log('dedededede')
|
||||
console.log('dedededede');
|
||||
showParent.value = true;
|
||||
}
|
||||
async function getCountList() {
|
||||
|
|
@ -156,9 +157,8 @@
|
|||
.show-list {
|
||||
width: 35%;
|
||||
}
|
||||
.map {
|
||||
.map-box-div {
|
||||
width: 65%;
|
||||
background: burlywood;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue