mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
fix badge[style]
This commit is contained in:
parent
84b70ac140
commit
12e1735255
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user