优化多选下拉列表初始化样式

pull/223/MERGE
Karson 2020-08-14 10:13:25 +08:00
parent 3f4e54d0dd
commit 3abfacb86e
3 changed files with 8 additions and 1 deletions

View File

@ -153,6 +153,10 @@ select.selectpicker {
max-height: 31px;
overflow: hidden;
}
select.bs-select-hidden[multiple] > option,
select.selectpicker[multiple] > option {
height: 31px;
}
.img-center {
margin: 0 auto;
display: inline;

File diff suppressed because one or more lines are too long

View File

@ -197,6 +197,9 @@ select.bs-select-hidden, select.selectpicker {
display: inherit !important;
max-height: 31px;
overflow: hidden;
&[multiple] > option {
height:31px;
}
}
.img-center {