feat:上下行使用率超过90%,或者npm分数低于3分,红点标识

This commit is contained in:
刘洪洪
2022-09-28 16:55:53 +08:00
parent cc487d3a1c
commit 02de60e3d2
3 changed files with 35 additions and 10 deletions

View File

@@ -55,7 +55,7 @@
border: 1px solid #DEDEDE;
border-radius: 4px;
.data-item__point {
.data-item__point, .data-item__point-red {
height: 8px;
width: 8px;
border-radius: 50%;
@@ -65,6 +65,9 @@
margin-right: 6px;
}
}
.data-item__point-red {
background-color: #E26154;
}
}
}