fix: 一系列优化和调整:左侧筛选空串处理、下拉增加网络质量和链路、app风险等级映射

This commit is contained in:
chenjinsong
2022-02-13 23:20:24 +08:00
parent cba743199c
commit 7bdcd1c598
19 changed files with 318 additions and 60 deletions

View File

@@ -11,6 +11,12 @@
width: 550px;
height: 350px;
&.overview-map--ip {
height: 300px;
}
&.overview-map--app {
height: 325px;
}
.cn-chart {
height: 100%;
width: 100%;
@@ -128,11 +134,11 @@
border-radius: 4px;
.tag__value {
padding-right: 5px;
color: #3976CB;
font-weight: bold;
}
.tag__desc {
padding-right: 5px;
color: #3976CB;
}
}