Skip to content

Commit

Permalink
fix(image-picker): 修复 input 大小不为 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Dec 4, 2018
1 parent 1acb672 commit 2017bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/image-picker/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
bottom: 0;
left: 0;
right: 0;
width: 0;
height: 0;
width: 0 !important;
height: 0 !important;
}

&__preview-img {
Expand Down

0 comments on commit 2017bb9

Please sign in to comment.