mirror of https://gitee.com/y_project/RuoYi.git
下拉框样式优化
parent
1818af2a08
commit
96d8e621e2
File diff suppressed because one or more lines are too long
|
@ -646,6 +646,16 @@ label {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bootstrap-select.form-control .btn-default {
|
||||||
|
color: inherit;
|
||||||
|
padding: 6px 12px;
|
||||||
|
border-radius: 1px;
|
||||||
|
border: 1px solid #e5e6e7;
|
||||||
|
outline: none;
|
||||||
|
height: 34px;
|
||||||
|
background: #FFFFFF none
|
||||||
|
}
|
||||||
|
|
||||||
.select-list .btn-default {
|
.select-list .btn-default {
|
||||||
color: #555;
|
color: #555;
|
||||||
padding: 5px 5px;
|
padding: 5px 5px;
|
||||||
|
@ -655,7 +665,6 @@ label {
|
||||||
outline: none;
|
outline: none;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
background: white
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-list .btn-default:hover,.select-list .btn-default:focus,.select-list .btn-default:active,.select-list .btn-default.active,.open .dropdown-toggle.btn-default {
|
.select-list .btn-default:hover,.select-list .btn-default:focus,.select-list .btn-default:active,.select-list .btn-default.active,.open .dropdown-toggle.btn-default {
|
||||||
|
@ -685,15 +694,11 @@ label {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-list .select-selectpicker li {
|
.select-list .dropdown-menu>li>a,.bootstrap-select.form-control .dropdown-menu>li>a {
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select-list .dropdown-menu>li>a {
|
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-list .dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a {
|
.select-list .dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a,.bootstrap-select.form-control .dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #12889a
|
background-color: #12889a
|
||||||
|
|
Loading…
Reference in New Issue