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