Skip to content

Commit

Permalink
fix(web): 修复编辑团信息时头像显示大小不正确的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jan 31, 2020
1 parent 332f243 commit fc6b95e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/web/components/ImageUploader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
}
}

> input[type="file"] {
display: none;
img {
width: 100%;
height: 100%;
}
}

0 comments on commit fc6b95e

Please sign in to comment.