mirror of https://gitee.com/karson/fastadmin.git
优化多选下拉列表初始化样式
parent
3f4e54d0dd
commit
3abfacb86e
|
|
@ -153,6 +153,10 @@ select.selectpicker {
|
||||||
max-height: 31px;
|
max-height: 31px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
select.bs-select-hidden[multiple] > option,
|
||||||
|
select.selectpicker[multiple] > option {
|
||||||
|
height: 31px;
|
||||||
|
}
|
||||||
.img-center {
|
.img-center {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -197,6 +197,9 @@ select.bs-select-hidden, select.selectpicker {
|
||||||
display: inherit !important;
|
display: inherit !important;
|
||||||
max-height: 31px;
|
max-height: 31px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
&[multiple] > option {
|
||||||
|
height:31px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-center {
|
.img-center {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue