图斑审核页面优化。

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

View File

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