CN-1218 feat: 地图悬浮框增加内容

This commit is contained in:
chenjinsong
2023-08-08 16:47:46 +08:00
parent 033e4353c2
commit a221b3205b
3 changed files with 163 additions and 28 deletions

View File

@@ -281,6 +281,8 @@
padding: 3px 3px 0;
.map-tooltip__title {
display: flex;
align-items: center;
padding-bottom: 4px;
font-size: 12px;
color: #353636;
@@ -291,14 +293,36 @@
flex-direction: column;
font-size: 12px;
.content-title {
padding: 3px 0 2px;
font-size: 12px;
color: #046ECA;
font-weight: bold;
}
.content-row {
display: flex;
padding-left: 12px;
&.content-row--score {
position: relative;
span {
position: absolute;
left: 0;
top: calc(50% - 3px);
height: 6px;
width: 6px;
border-radius: 50%;
}
}
.row__label {
width: 80px;
width: 190px;
color: #575757;
padding-right: 5px;
}
.row__value {
width: 80px;
text-align: end;
font-weight: bold;
color: #353636;
}