fix: 修复 css 文件楼提交问题
This commit is contained in:
39
src/assets/css/components/views/charts2/linkTrafficLine.scss
Normal file
39
src/assets/css/components/views/charts2/linkTrafficLine.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user