Skip to content

Commit

Permalink
chore(upload): item上边距改为6px
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Oct 8, 2023
1 parent 832360b commit b75d677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/upload/src/styles/upload.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $prefix: '#{$component-prefix}-upload' !default;
display: flex;
border-radius: use-border-radius('normal');
padding: use-spacing(4);
margin-top: use-spacing(4);
margin-top: use-spacing(3);
box-sizing: border-box;
align-items: center;
overflow: hidden;
Expand Down

0 comments on commit b75d677

Please sign in to comment.