Skip to content

Commit

Permalink
fix: 修复h5细节
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Aug 20, 2018
1 parent 0c61d56 commit c514972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input-number/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $input-number-size-min-lg: 120px;
display: inline-block;
width: $input-number-size-min;
height: auto;
border-radius: 0;
font-size: $font-size-base;
text-align: center;
line-height: $line-height-zh;
Expand Down
1 change: 1 addition & 0 deletions src/components/textarea/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $textarea-input-height: $font-size-base * 4;
&__textarea {
width: 100%;
height: $textarea-input-height;
font-size: $font-size-lg;
line-height: $line-height-base;
outline: none;
resize: none;
Expand Down

0 comments on commit c514972

Please sign in to comment.