diff --git a/components/upload/style/picture.ts b/components/upload/style/picture.ts index b57b5bd729..efa4671504 100644 --- a/components/upload/style/picture.ts +++ b/components/upload/style/picture.ts @@ -107,8 +107,7 @@ const genPictureCardStyle: GenerateStyle = (token) => { ${componentCls}-wrapper${componentCls}-picture-circle-wrapper `]: { ...clearFix(), - display: 'inline-block', - width: '100%', + display: 'block', [`${componentCls}${componentCls}-select`]: { width: uploadPictureCardSize,