style: 下拉样式统一

This commit is contained in:
@changcode
2022-08-24 10:29:52 +08:00
parent fe7e9885f8
commit 45c8b97a2e
6 changed files with 27 additions and 63 deletions

View File

@@ -41,12 +41,6 @@
.line-select-metric,.line-select-reference-line {
display: flex;
align-items: center;
span {
font-size: 12px;
color: #575757;
font-weight: 400;
margin-right: 3px;
}
.line-select__operation {
height: 24px;
margin-left: 3px;
@@ -155,24 +149,3 @@
}
}
}
.el-select-dropdown {
.el-scrollbar {
.el-select-dropdown__wrap {
.el-scrollbar__view.el-select-dropdown__list {
.el-select-dropdown__item {
padding: 0 8px;
font-family: Helvetica-Bold;
height: 24px;
line-height: 24px;
font-size: 12px;
color: #575757;
font-weight: 400;
}
.el-select-dropdown__item:hover {
color: #2C72C6;
background: #fff;
}
}
}
}
}