邓洁: 修改下拉框样式

This commit is contained in:
邓洁
2024-01-03 17:20:27 +08:00
parent 89c137c7b4
commit 2298b674f4
2 changed files with 90 additions and 82 deletions

View File

@@ -503,60 +503,14 @@ body,
}
}
//el-select 下拉框样式
.el-select__popper {
margin-top: -12px !important;
background: #072247 !important;
border: 1px solid #0F82AF !important;
.el-dropdown-menu__item:not(.is-disabled):focus {
background-color: transparent !important;
}
.el-popper {
max-width: 200px !important;
box-sizing: border-box;
}
.el-popper__arrow::before {
display: none;
}
.el-select-dropdown {
width: 200px !important;
}
.el-select-dropdown__item {
> span {
color: #FFFFFF;
}
}
.el-select .el-input .el-select__caret {
font-size: 35px !important;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
background-color: #064B66 !important;
width: 198px !important;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
background-color: #064B66 !important;
width: 200px !important;
}
.el-select-tags-wrapper {
.el-tag {
padding: 28px 20px !important;
font-size: 35px;
.el-icon {
width: 40px;
height: 40px;
font-size: 40px !important;
}
}
}
.current-site {
.el-select-dropdown {
width: 200px !important;
}