mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
fix: should not wrap upload list
This commit is contained in:
parent
31a0bed13c
commit
cbfc181fa4
@ -146,7 +146,7 @@ export default class UploadList extends React.Component<UploadListProps, any> {
|
||||
});
|
||||
return (
|
||||
<div className={listClassNames}>
|
||||
<Animate transitionName={`${prefixCls}-margin-top`} component="div">
|
||||
<Animate transitionName={`${prefixCls}-margin-top`} component="">
|
||||
{list}
|
||||
</Animate>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user