fix: 看板拓扑网元状态数量统计
This commit is contained in:
@@ -87,6 +87,21 @@
|
||||
min-height: 27.8rem;
|
||||
height: 56%;
|
||||
}
|
||||
.topology .inner h3 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
}
|
||||
.topology .inner h3 .normal {
|
||||
color: #52c41a;
|
||||
font-size: 1.1rem;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.topology .inner h3 .abnormal {
|
||||
color: #f5222d;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
.topology .inner .chart {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -131,12 +146,12 @@
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* cdr会话监控 */
|
||||
.cdrEvent {
|
||||
/* 用户行为 */
|
||||
.userActivity {
|
||||
min-height: 22rem;
|
||||
height: 56%;
|
||||
height: 82%;
|
||||
}
|
||||
.cdrEvent .inner .chart {
|
||||
.userActivity .inner .chart {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin-top: 1rem;
|
||||
@@ -198,17 +213,6 @@
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* ue会话监控 */
|
||||
.ueEvent {
|
||||
min-height: 22rem;
|
||||
height: 58%;
|
||||
}
|
||||
.ueEvent .inner .chart {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* 监控 */
|
||||
.monitor {
|
||||
height: 20rem;
|
||||
|
||||
Reference in New Issue
Block a user