Skip to content

Commit

Permalink
fix(input): 垂直居中
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Aug 2, 2018
1 parent c9024d3 commit 267e332
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/input/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

&__children {
display: inline-block;
display: inline-flex;
border-left: #e7e7e7 solid 1px;

> view,
Expand All @@ -49,7 +49,8 @@
> image,
img,
.taro-img {
width: 100px;
display: inline-block;
width: 140px;
height: 60px;
vertical-align: middle;
}
Expand Down

0 comments on commit 267e332

Please sign in to comment.