CN-730 feat:出入链路统计及下一跳开发

This commit is contained in:
刘洪洪
2022-09-28 15:35:03 +08:00
parent ff97960918
commit cc487d3a1c
5 changed files with 431 additions and 72 deletions

View File

@@ -66,7 +66,83 @@
}
}
}
}
}
}
}
$blue: #046ECA;
.item-popover-header {
display: flex;
align-items: center;
line-height: 32px;
font-size: 14px;
font-weight: 600;
.item-popover-header-icon {
font-size: 20px;
margin: 0 12px;
}
}
.item-popover-block {
.item-popover-block-title {
line-height: 24px;
font-size: 13px;
color: $blue;
font-weight: 600;
}
.item-popover-block-content {
width: 100%;
display: flex;
flex-direction: column;
.block-content-item {
display: flex;
justify-content: space-between;
line-height: 20px;
}
.block-content-item-name {
}
.block-content-item-value {
display: flex;
min-width: 95px;
font-weight: 600;
}
}
}
.row-dot {
margin-top: 5px;
margin-right: 5px;
}
.green-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: #749F4D;
}
.red-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: #E26154;
}
.item-popover-up, .item-popover-down {
font-size: 17px;
margin-left: 3px;
}
.data-item__hover:hover {
transition: all 0.2s;
background: #F4F9FD;
border: 2px $blue solid !important;
box-shadow: 1px 1px 5px #a1a1a1 !important;
}