CN-732 完成dns页面的下钻表格

This commit is contained in:
hyx
2022-10-09 08:24:07 +08:00
parent 6bfe9f50ff
commit 4252735c92
5 changed files with 132 additions and 47 deletions

View File

@@ -18,6 +18,38 @@
cursor: pointer;
}
}
.dns-in-ex {
display: flex;
align-items: center;
width: 100%;
.dns-percent-pic {
display: flex !important;
width: 100px;
height: 26px;
justify-content: center;
align-items: center;
.div-yellow {
height: 12px;
background: #e5a219;
border: 1px solid #e5a219;
border-left: none;
}
.div-green {
height: 12px;
background: #749f4d;
border: 1px solid #749f4d;
border-right: none;
}
}
.dns-percent{
display:flex;
align-items:center;
height:100%;
min-width:90px;
padding-left:10px;
justify-content: left;
}
}
.tab-table__average {
border: 1px solid #E2E5EC;
border-radius: 4px 4px 0 0;