Skip to content

Commit

Permalink
fix(number-input): 修改前缀左边距(#2906)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxuexue committed Jun 20, 2024
1 parent ef99274 commit 3b2c83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/number-input/src/styles/number-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $prefix: '#{$component-prefix}-number-input' !default;

&__prefix {
display: inline-flex;
margin-left: use-spacing(3);
margin-left: use-spacing(6);
align-items: center;
flex-shrink: 0;
color: use-color('gray', 700);
Expand Down

0 comments on commit 3b2c83c

Please sign in to comment.