修改地图没有经纬度报错问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user