fix: 1.环比展示逻辑调整2.Dahsboard - npm - 网络质量概览图表问题修复

This commit is contained in:
@changcode
2022-08-16 09:48:16 +08:00
parent b0f5b09ccc
commit f33dbae49d
5 changed files with 28 additions and 49 deletions

View File

@@ -159,13 +159,16 @@
justify-content: center;
position: relative;
top: 50%;
color: #fff;
color: #717171;
margin-top: -10px;
background-color: rgba(113, 113, 113, 0.12);
}
.app-card__body-content-percent.red {
color: #fff;
background-color: rgb(226, 97, 84);
}
.app-card__body-content-percent.green {
color: #fff;
background-color: rgb(126, 159, 84);
}
}