CN-653 feat: 地图初始化

This commit is contained in:
chenjinsong
2022-07-26 22:07:53 +08:00
parent 77afe3fe65
commit b7a7ec5e86
9 changed files with 757 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
.cn-chart__map {
height: 100%;
width: 100%;
border-radius: 4px;
overflow: hidden;
.map-canvas {
height: 100%;
width: 100%;
background-color: #CAD2D3;
}
}