update Select component

update Select component:filterable
This commit is contained in:
梁灏 2016-10-24 14:22:33 +08:00
parent e4ebd30438
commit e4ce99177d
4 changed files with 81 additions and 31 deletions

View file

@ -163,6 +163,17 @@
&-small &-input{
height: @input-height-small;
}
&-multiple &-input{
height: 25px;
line-height: 28px;
padding: 0 0 0 6px;
}
&-not-found{
text-align: center;
color: @btn-disable-color;
}
}
.@{select-item-prefix-cls} {