图斑审核页面优化。

dianlixunjian
刘妍 2024-07-03 08:30:06 +08:00
parent 176bb7f6a9
commit f629d181cf
2 changed files with 11 additions and 11 deletions

View File

@ -290,7 +290,7 @@
justify-content: space-between;
}
.item-info-address {
width: 100px;
width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

View File

@ -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>