Skip to content

Commit

Permalink
fix: Upload has empty space (#48370)
Browse files Browse the repository at this point in the history
* fix: empty space

* chore: clean up
  • Loading branch information
zombieJ committed Apr 10, 2024
1 parent 6b3a635 commit ce93531
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/upload/style/picture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ const genPictureCardStyle: GenerateStyle<UploadToken> = (token) => {
${componentCls}-wrapper${componentCls}-picture-circle-wrapper
`]: {
...clearFix(),
display: 'inline-block',
width: '100%',
display: 'block',

[`${componentCls}${componentCls}-select`]: {
width: uploadPictureCardSize,
Expand Down

0 comments on commit ce93531

Please sign in to comment.