Commit 2e769a3523e5bdcc787425ef29de8d0efbe3f528

Authored by sinchang
1 parent 8cd5f190

fixed #1258

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/styles/components/upload.less
... ... @@ -55,6 +55,10 @@
55 55 }
56 56 }
57 57  
  58 + &-select {
  59 + display: inline-block;
  60 + }
  61 +
58 62 &-drag{
59 63 background: #fff;
60 64 border: 1px dashed @border-color-base;
... ...