fix: should not wrap upload list

pull/3024/head
Benjy Cui 9 years ago
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…
Cancel
Save