update Select component
update Select component:filterable
This commit is contained in:
parent
e4ebd30438
commit
e4ce99177d
4 changed files with 81 additions and 31 deletions
|
@ -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} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue