配置Charts地图
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user