CN-399 Detection--服务质量事件 指标变化曲线开发

This commit is contained in:
hanyuxia
2022-03-18 18:25:50 +08:00
parent f893a5458f
commit 328868f497
5 changed files with 319 additions and 8 deletions

View File

@@ -8,6 +8,18 @@
display: flex;
flex-direction: column;
.overview__metric {
display:flex;
flex-direction: row;
padding-top: 10px;
.metric__column {
display:flex;
flex-direction: column;
margin-right: 15px;
}
}
.overview__title {
padding: 10px 0;
color: #333;
@@ -33,6 +45,19 @@
color: #6B717B;
}
.row__charts {
height: 20px;
width: 80px;
}
.row__content--metric {
display: flex;
flex-wrap: nowrap;
color: #666666;
font-size:14px;
font-weight: 400;
}
.row__content {
display: flex;
color: #3976CB;