fix badge[style]

This commit is contained in:
afc163 2016-10-24 11:34:12 +08:00
parent 84b70ac140
commit 12e1735255

View File

@ -84,7 +84,7 @@ export default class Badge extends React.Component<BadgeProps, any> {
}
return (
<span className={badgeCls} title={count} style={null} {...restProps}>
<span {...restProps} className={badgeCls} title={count}>
{children}
<Animate
component=""