邓洁 : 修改下拉框样式
This commit is contained in:
@@ -419,3 +419,44 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
}
|
||||
}
|
||||
}
|
||||
//el-select 下拉框样式
|
||||
.dialog-dropdown{
|
||||
|
||||
}
|
||||
.el-select__popper {
|
||||
margin-top: -12px!important;
|
||||
background: #072247!important;
|
||||
border: 1px solid #0F82AF!important;
|
||||
}
|
||||
.el-popper {
|
||||
|
||||
max-width: 204px!important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.el-popper__arrow::before{
|
||||
display: none;
|
||||
}
|
||||
.el-select-dropdown{
|
||||
width: 202px!important;
|
||||
}
|
||||
.el-select-dropdown__item{
|
||||
color: #fff!important;
|
||||
}
|
||||
.el-select-dropdown__item.hover{
|
||||
background-color: #072247!important;
|
||||
}
|
||||
.el-select-dropdown__item:hover {
|
||||
background-color: #072247!important;
|
||||
color: #08B7B8!important;
|
||||
}
|
||||
.el-select-dropdown__item.selected {
|
||||
color: #08B7B8!important;
|
||||
}
|
||||
.el-select-dropdown__list{
|
||||
.el-select-dropdown__item:first-child{
|
||||
color: #FFFFFF;
|
||||
&:hover{
|
||||
color: #08B7B8!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user