mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 00:49:39 +08:00
fix: Upload has empty space (#48370)
* fix: empty space * chore: clean up
This commit is contained in:
parent
6b3a6350c3
commit
ce9353153e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user