You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/components/badge/demo/99plus.md

346 B

大数字

  • order: 1

超过 99 的会显示为 99+


var Badge = antd.Badge;

React.render(<div>
  <Badge count="99">
    <a href="#" className="head-example"></a>
  </Badge>
  <Badge count="200">
    <a href="#" className="head-example"></a>
  </Badge>
</div>, document.getElementById('components-badge-demo-99plus'));