冀北需求变更整改

This commit is contained in:
GGJ
2025-01-07 16:32:42 +08:00
parent 7d90b6bfcc
commit 72f2c5d0f3
52 changed files with 536 additions and 254 deletions

View File

@@ -37,7 +37,7 @@
</div>
</div>
<Info v-if="!lineInfo" style=" position: absolute;
<Info v-if="!lineInfo" style="position: absolute;z-index: 2;
top: -10px;width: 100%;" ref="InfoRef" @back="lineInfo = true,infoShow(false)" />
</div>
</template>
@@ -195,6 +195,7 @@ const reset = () => {
areaName: dictData.state.area[0]?.name,
isUpToGrid: 0
}
mapRef.value.reset()
changeValue({ data: dictData.state.area[0] })
}
onMounted(() => {
@@ -203,6 +204,7 @@ onMounted(() => {
// aaa()
})
</script>
<style lang="scss" scoped>
:deep(.mapBox) {