@alicloud/cloud-charts
Version:

38 lines • 786 B
CSS
.cloud-charts.G2Map {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.cloud-charts.G2Map .cloud-charts-map-south-china-sea {
position: absolute;
right: 0;
bottom: 0;
min-width: 64px;
min-height: 88px;
}
.cloud-charts.G2Map .cloud-charts-map-custom-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
}
.cloud-charts.G2Map .cloud-charts-map-custom-point {
position: absolute;
transform: translate(-50%, -50%);
pointer-events: auto;
}
.cloud-charts.G2Map .cloud-charts-map-shoot {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.cloud-charts.G2Map .g2-tooltip-list > li:first-child {
margin-top: 0 ;
}