Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wang777777 authored Sep 18, 2023
1 parent e564714 commit 4ec7382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/badge/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { NzBadgeModule } from 'ng-zorro-antd/badge';
| `[nzSize]` | 在设置了 `nzCount` 的前提下有效,设置小圆点的大小 | `default \| small` | `default`
| `[nzStatus]` | 设置 `nz-badge` 为状态点 | `'success' \| 'processing' \| 'default' \| 'error' \| 'warning'` | - |
| `[nzText]` | 在设置了 `nzStatus` 的前提下有效,设置状态点的文本 | `string \| TemplateRef<void>` | - |
| `[nzTitle]` | 设置鼠标放在状态点上时显示的文字非独立使用时), 为 `null` 时隐藏 | `string \| null` | `nzCount` |
| `[nzTitle]` | 设置鼠标放在状态点上时显示的文字 (非独立使用时), 为 `null` 时隐藏 | `string \| null` | `nzCount` |
| `[nzOffset]` | 设置状态点的位置偏移,格式为 [x, y] (非独立使用时) | `[number, number]` | - |


Expand Down

0 comments on commit 4ec7382

Please sign in to comment.