style: 网络概况 下拉样式调整

This commit is contained in:
@changcode
2022-07-21 15:06:24 +08:00
parent 556ddfb95e
commit e19b91180e
4 changed files with 18 additions and 16 deletions

View File

@@ -145,8 +145,11 @@
}
}
}
.el-select__popper.select-top {
top: 27px !important;
}
.app-dropdown.el-popper.is-pure {
top: 720px !important;
top: 703px !important;
.el-scrollbar {
.el-scrollbar__wrap {
.el-scrollbar__view.el-dropdown__list {

View File

@@ -7,6 +7,7 @@
.chart-drawing {
height: 100%;
width: 100%;
z-index: 0;
.echarts-tooltip.echarts-tooltip-dark {
.cn-chart-tooltip {
display: flex;
@@ -21,14 +22,14 @@
}
}
.line-select {
line-height: 24px;
top: 20px;
right: 20px;
display: flex;
position: absolute;
.line-select-metric,.line-select-reference-line {
display: flex;
&>span {
align-items: center;
span {
font-size: 12px;
color: #575757;
font-weight: 400;
@@ -152,16 +153,13 @@
}
}
}
.el-select__popper.metric {
top: 218px !important;
.el-select__popper {
top: 216px !important;
.el-popper__arrow {
display: none;
}
}
.reference-line.el-select__popper {
left: 1545px !important;
}
.option-popper.el-select-dropdown {
.el-select-dropdown {
.el-scrollbar {
.el-select-dropdown__wrap {
.el-scrollbar__view.el-select-dropdown__list {