fix: networkoverview的metric提至顶部
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user