update select combobox demo

This commit is contained in:
afc163 2015-06-19 17:52:50 +08:00
parent 380f4e9b47
commit 66c645d4ab
2 changed files with 17 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# 小一号
# 迷你型
- order: 0

View File

@ -45,10 +45,6 @@
}
}
&-combobox &-arrow {
display: none;
}
&-selection {
outline: none;
user-select: none;
@ -263,4 +259,20 @@
}
}
}
&-combobox {
.@{selectPrefixCls}-arrow {
display: none;
}
.@{selectPrefixCls}-search--inline {
float: none;
}
.@{selectPrefixCls}-search__field {
padding: 0 10px;
width: 100%;
}
.@{selectPrefixCls}-selection__rendered {
padding: 0;
}
}
}