fix: 修复 css 文件楼提交问题

This commit is contained in:
@changcode
2022-09-19 10:43:06 +08:00
parent 3ed158a11f
commit e73b0c37ad

View File

@@ -0,0 +1,39 @@
.link-traffic-line {
height: 100%;
width: 100%;
display: flex;
border: 1px solid #E2E5EC;
.line.network.link-traffic {
border: none;
flex: 6.5;
.line-select-metric {
margin-right: 20px;
}
}
.link-traffic-list {
display: flex;
flex-direction: column;
flex: 1;
padding: 20px 20px 0 20px;
border-right: 1px solid #E2E5EC;
.link-traffic-list-center:nth-of-type(1) {
margin-top: 0;
}
.link-traffic-list-center {
display: flex;
flex-direction: column;
margin-top: 5px;
.link-traffic-list-center-label {
margin-bottom: 2px;
font-size: 12px;
color: #717171;
font-weight: 400;
}
.link-traffic-list-center-value {
font-size: 14px;
color: #046ECA;
font-weight: 600;
}
}
}
}