fix: 底部时间轴时间范围内用户不在线时,右侧列表对应项置灰

This commit is contained in:
chenjinsong
2024-09-13 16:10:23 +08:00
parent 74fb0e3d1a
commit 202a5707c0
2 changed files with 81 additions and 13 deletions

View File

@@ -214,6 +214,10 @@ $color-highlight: #CC4444;
height: 21px;
}
}
&.map-marker--hidden {
display: none;
}
}
.map-tracking-marker {