iview/src/styles/components/dropdown.less
梁灏 d5d4d8e3e9 fixed #188
fixed #188
2017-01-12 09:13:52 +08:00

26 lines
No EOL
528 B
Text

@dropdown-prefix-cls: ~"@{css-prefix}dropdown";
@dropdown-item-prefix-cls: ~"@{dropdown-prefix-cls}-item";
.@{dropdown-prefix-cls} {
display: inline-block;
//position: relative;
.@{select-dropdown-prefix-cls} {
overflow: visible;
max-height: none;
}
.@{dropdown-prefix-cls} {
width: 100%;
}
&-rel{
display: inline-block;
position: relative;
}
&-menu{
min-width: 100px;
}
}
.select-item(@dropdown-prefix-cls, @dropdown-item-prefix-cls);