You can not 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-vue/antdv-demo/docs/badge/index.zh-CN.md

1.0 KiB

API

<a-badge :count="5">
  <a href="#" class="head-example" />
</a-badge>
<a-badge :count="5" />
参数 说明 类型 默认值 版本
color 自定义小圆点的颜色 string - 1.5.0
count 展示的数字,大于 overflowCount 时显示为 ${overflowCount}+,为 0 时隐藏 number | string | slot
dot 不展示数字,只有一个小红点 boolean false
offset 设置状态点的位置偏移,格式为 [x, y] [number|string, number|string] -
overflowCount 展示封顶的数字值 number 99
showZero 当数值为 0 时,是否展示 Badge boolean false
status 设置 Badge 为状态点 Enum{ 'success', 'processing, 'default', 'error', 'warning' } ''
text 在设置了 status 的前提下有效,设置状态点的文本 string ''
numberStyle 设置状态点的样式 object ''
title 设置鼠标放在状态点上时显示的文字 string count