Skip to content

Commit

Permalink
fix(time-picker): 修改前缀左间距(#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxuexue committed Jun 20, 2024
1 parent 293aa77 commit c6181da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/time-picker/src/styles/time-picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $input-wrapper-class: '#{$prefix}__input-wrapper' !default;

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

0 comments on commit c6181da

Please sign in to comment.