Skip to content

Commit

Permalink
fix: 居中icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Aug 13, 2018
1 parent 35db71d commit 64213b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/checkbox/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
justify-content: center;
width: 30px;
height: 30px;
line-height: 0;
padding: 20px;
box-sizing: border-box;
border-radius: $border-radius-circle;
Expand Down
1 change: 1 addition & 0 deletions src/components/input-number/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
align-items: center;
justify-content: center;
width: 60px;
line-height: 0;
padding: $spacing-v-xs;
vertical-align: -20px;
overflow: hidden;
Expand Down

0 comments on commit 64213b9

Please sign in to comment.