仪表盘
版本库
文件存储
活动
搜索
登录
史文帅
/
GeoAgent
Ai大模型2.0
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1
suerprisePlus
2024-06-05
208ca50585c7b5c4fdd8716a26c9c16b438d3c19
[~shiwenshuai/GeoAgent.git]
/
src
/
views
/
mapChart
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<template>
<div class="mapChart"></div>
</template>
<script>
export default {
}
</script>
<style>
.mapChart{
width: 100%;
height: 100%;
background: skyblue;
}
</style>