提交 55b9ec3f 编写于 作者: J jljsj

update badge open max 99

上级 0a1c8ba8
......@@ -11,7 +11,7 @@ class AntBadge extends React.Component {
let { count, prefixCls } = this.props;
const dot = this.props.dot;
//count = count >= 100 ? '99+' : count;
count = count >= 100 ? '99+' : count;
// dot mode don't need count
if (dot) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册