feat: Dahsboard - npm - 网络质量概览图表 根据接口返回展示数据

This commit is contained in:
@changcode
2022-08-09 11:39:08 +08:00
parent 1889f6b13b
commit 776936bbe2
6 changed files with 110 additions and 124 deletions

View File

@@ -14,6 +14,14 @@
margin-right: 10px;
align-items: center;
}
.npm-line-header-right.active {
.npm-line-header-icon {
background: #ccc;
}
.npm-line-header-value {
color: #ccc;
}
}
.npm-line-header-icon {
border-radius: 3px;
width: 16px;
@@ -35,10 +43,6 @@
line-height: 12px;
font-weight: 400;
}
.npm-line-header-value.active {
color: #717171;
font-weight: 600;
}
}
.chart-drawing {
height: 100%;