update Dropdown

update Dropdown
This commit is contained in:
梁灏 2016-12-04 13:35:09 +08:00
parent 79633f3c02
commit 745bcbc25e
3 changed files with 53 additions and 27 deletions

View file

@ -5,6 +5,13 @@
display: inline-block;
position: relative;
.@{select-dropdown-prefix-cls} {
overflow: visible;
}
.@{dropdown-prefix-cls} {
width: 100%;
}
&-rel{
display: inline-block;
}