feat:上下行使用率超过90%,或者npm分数低于3分,红点标识
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user