mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
Merge branch 'master' of github.com:ant-design/ant-design
This commit is contained in:
commit
2a7a4fb7f3
@ -1,4 +1,4 @@
|
||||
# 小一号
|
||||
# 迷你型
|
||||
|
||||
- order: 0
|
||||
|
||||
|
@ -45,10 +45,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
&-combobox &-arrow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&-selection {
|
||||
outline: none;
|
||||
user-select: none;
|
||||
@ -276,4 +272,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-combobox {
|
||||
.@{selectPrefixCls}-arrow {
|
||||
display: none;
|
||||
}
|
||||
.@{selectPrefixCls}-search--inline {
|
||||
float: none;
|
||||
}
|
||||
.@{selectPrefixCls}-search__field {
|
||||
padding: 0 10px;
|
||||
width: 100%;
|
||||
}
|
||||
.@{selectPrefixCls}-selection__rendered {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user