fix: networkoverview的metric提至顶部

This commit is contained in:
chenjinsong
2022-11-01 16:46:11 +08:00
parent 45de9c8107
commit da03a3658c
7 changed files with 100 additions and 68 deletions

View File

@@ -71,6 +71,7 @@
white-space: nowrap;
display: inline-block;
margin: 0 5px;
color: #353636;
.cn-icon-Data {
color: #575757;
}

View File

@@ -31,7 +31,6 @@
background: #749F4D;
}
height:24px;
font-family: NotoSansHans-Medium;
font-size: 12px;
color: #353636;
font-weight: 500;
@@ -46,8 +45,26 @@
justify-content: center;
}
}
.panel__time {
.panel__tools {
display: flex;
&>.el-select {
width: 162px;
margin-right: 10px;
.select-prefix {
font-size: 14px;
color: #999;
padding: 0 6px 0 3px;
}
.el-input__inner {
font-size: 14px;
color: #353636;
}
}
.panel__time {
display: flex;
}
}
}
.chart-list {