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

@@ -5,3 +5,25 @@
display: none;
}
}
.el-select-dropdown {
.el-scrollbar {
.el-select-dropdown__wrap {
.el-scrollbar__view.el-select-dropdown__list {
.el-select-dropdown__item {
padding: 0 8px;
height: 24px;
line-height: 24px;
font-size: 12px;
font-weight: 400;
}
.el-select-dropdown__item.selected {
color: #2C72C6;
}
.el-select-dropdown__item:hover {
color: #2C72C6;
background: #F7F7F7;
}
}
}
}
}