feat:CN-1683 location map 增加关注列表

This commit is contained in:
hanyuxia
2024-08-06 17:14:23 +08:00
parent 60e3acecd7
commit 7b42d395a7
4 changed files with 374 additions and 5 deletions

View File

@@ -37,6 +37,10 @@ $color-highlight: #CC4444;
}
}
.follow-cursor {
cursor: pointer;
}
svg {
fill: $color-white;
}
@@ -81,6 +85,19 @@ $color-highlight: #CC4444;
.panel__time {
display: flex;
.follow {
padding-left:6px;
padding-right:6px;
}
.divider {
display: flex;
align-items: center;
.el-divider--vertical {
height: 20px;
margin-left: 10px;
margin-right: 10px;
}
}
}
}