Skip to content

Commit

Permalink
fix(input): 调整间距
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Aug 10, 2018
1 parent e1b1a16 commit af9b537
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 @@ -14,7 +14,8 @@
&__input {
flex: 1;
font-size: $font-size-base;
padding-right: $spacing-v-sm;
line-height: normal;
padding-right: $spacing-v-md;
display: inline-block;
vertical-align: middle;
}
Expand All @@ -26,7 +27,7 @@

&__icon {
display: inline-block;
padding: 0 $spacing-v-md;
padding-right: $spacing-v-md;
text-align: center;
font-size: $font-size-base;
}
Expand Down

0 comments on commit af9b537

Please sign in to comment.