fix: Upload has empty space (#48370)

* fix: empty space

* chore: clean up
This commit is contained in:
二货爱吃白萝卜 2024-04-10 14:51:44 +08:00 committed by GitHub
parent 6b3a6350c3
commit ce9353153e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,