Commit 82da254366fb823dd7ebaa0e85c4eb8b78b367ff

Authored by huangrd
1 parent d45d2ee0

Fixed #2931

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/styles/components/select.less
... ... @@ -236,6 +236,8 @@
236 236 }
237 237  
238 238 &-dropdown-list {
  239 + display: inline-block;
  240 + min-width: 100%;
239 241 list-style: none;
240 242 }
241 243 }
... ...