CN-1340 fix: Link Monitor的下一跳网络展示信息和实际信息不一致

This commit is contained in:
刘洪洪
2023-09-24 21:22:15 +08:00
parent 18fedfd5c3
commit a5841ea63b
3 changed files with 130 additions and 63 deletions

View File

@@ -51,7 +51,7 @@
color: #353636;
font-size: 12px;
}
.data-item {
.data-item, .data-item-no-data {
display: flex;
align-items: center;
justify-content: center;
@@ -76,6 +76,9 @@
}
}
.data-item-no-data {
background: rgb(247, 247, 247);
}
}
}
}