UNPKG
stars-overflow
Version:
latest (1.4.3)
1.4.3
select组件
react-component.github.io/overflow
react-component/overflow
stars-overflow
/
assets
/
index.less
13 lines
(11 loc)
•
193 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
@overflow-prefix-cls:
rc-overflow;
.@{overflow-prefix-cls}
{
display
: flex;
flex-wrap
: wrap;
max-width
:
100%
;
position
: relative;
&
-item
{
flex
: none;
max-width
:
100%
; } }