Skip to content

Commit

Permalink
docs: add unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Mar 20, 2019
1 parent 133a69c commit 58457ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/message/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Methods for destruction are also provided:
| nzMaxStack | The maximum number of messages that can be displayed at the same time | `number` | `8` |
| nzPauseOnHover | Do not remove automatically when mouse is over while setting to `true` | `boolean` | `true` |
| nzAnimate | Whether to turn on animation | `boolean` | `true` |
| nzTop | Distance from top | `number` | `24` |
| nzTop | Distance from top | `number|string` | `24` |

### NzMessageDataFilled

Expand Down
2 changes: 1 addition & 1 deletion components/message/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ title: Message
| nzMaxStack | 同一时间可展示的最大提示数量 | `number` | `8` |
| nzPauseOnHover | 鼠标移上时禁止自动移除 | `boolean` | `true` |
| nzAnimate | 开关动画效果 | `boolean` | `true` |
| nzTop | 消息距离顶部的位置 | `number` | `24` |
| nzTop | 消息距离顶部的位置 | `number|string` | `24` |

### NzMessageDataFilled

Expand Down

0 comments on commit 58457ee

Please sign in to comment.