CN-778 下钻table取值变更: npm、dns、link的throughput列取值改为totalBytes,单位改为byte

CN-776 NPM Dashboard维度表中分数添加颜色标识
This commit is contained in:
hyx
2022-11-01 10:33:23 +08:00
parent d568c748db
commit 5f448c0ccb
3 changed files with 24 additions and 7 deletions

View File

@@ -115,6 +115,15 @@
.el-table thead {
color: $grey;
}
.data-score-red {
color: #E26154;
}
.data-score-yellow {
color: #E5A219;
}
.data-score-green {
color: #749F4D;
}
}
.el-tabs__header {
margin-bottom: 10px;