feat: npm location 地图

This commit is contained in:
chenjinsong
2022-08-19 10:06:27 +08:00
parent b400800059
commit fa0a4c359e
259 changed files with 238 additions and 7135 deletions

View File

@@ -281,22 +281,26 @@
padding: 3px 3px 0;
.map-tooltip__title {
padding-bottom: 10px;
color: #fff;
font-size: 16px;
padding-bottom: 4px;
font-size: 12px;
color: #353636;
font-weight: bold;
}
.map-tooltip__content {
display: flex;
flex-direction: column;
font-size: 14px;
font-size: 12px;
.content-row {
display: flex;
.row__label {
color: #ddd;
width: 80px;
color: #575757;
padding-right: 5px;
}
.row__value {
color: #fff;
font-weight: bold;
color: #353636;
}
}
}