修改地图没有经纬度报错问题

This commit is contained in:
GGJ
2025-04-27 10:17:19 +08:00
parent feea39915a
commit a68283c296
5 changed files with 206 additions and 104 deletions

View File

@@ -267,7 +267,7 @@ const dictData = useDictData()
const show = ref(false)
const height = mainHeight(30)
const boxHeight: any = mainHeight(420, 2)
const EchHeight: any = mainHeight(490, 2)
const EchHeight: any = mainHeight(510, 2)
const evaluateRef = ref()
const steadyStateRef = ref()
const formRow: any = ref({})
@@ -491,7 +491,8 @@ defineExpose({ info, show })
}
}
.evaluate {
margin: 10px 0;
white-space: nowrap;
margin: 0px 0;
display: flex;
justify-content: space-around;
text-align: center;