Commit 341e73ce4363649ffa8544376f04a22ef15a7f0b

Authored by 梁灏
1 parent 1cc1adc9

fixed #4329

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/styles/components/select-dropdown.less
... ... @@ -17,6 +17,7 @@
17 17 z-index: @zindex-select;
18 18 &-transfer{
19 19 z-index: @zindex-transfer;
  20 + width: auto;
20 21 }
21 22 &.@{transfer-no-max-height} {
22 23 max-height: none;
... ...