配置Charts地图

This commit is contained in:
GGJ
2023-12-29 11:50:53 +08:00
parent 9ea3660392
commit 24f193c2c7
46 changed files with 176205 additions and 190 deletions

View File

@@ -23,7 +23,7 @@
<div>
<el-row :gutter="20">
<el-col :span="12">
<MyEchartMap :id="'LearnMap'" :datas="[]"/>
<MyEchartMap class="map" :datas="[]" />
</el-col>
<el-col :span="12">1231</el-col>
</el-row>
@@ -61,4 +61,8 @@ onMounted(() => {
onSubmit()
})
</script>
<style lang="scss" scoped></style>
<style lang="scss" scoped>
.map {
height: calc(100vh - 120px);
}
</style>