Browse Source

docs(module:timeline): fix typo (#34389)

* docs(module:timeline): fix typo

* docs(module:timeline): fix typo

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: afc163 <afc163@gmail.com>
pull/34472/head
YuTao 3 years ago
committed by GitHub
parent
commit
ed47a8e1ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/timeline/index.zh-CN.md

2
components/timeline/index.zh-CN.md

@ -41,7 +41,7 @@ cover: https://gw.alipayobjects.com/zos/antfincdn/vJmo00mmgR/Timeline.svg
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| color | 指定圆圈颜色 `blue`, `red`, `green`, `gray`,或自定义的色值 | string | `blue` |
| color | 指定圆圈颜色 `blue`、`red`、`green`、`gray`,或自定义的色值 | string | `blue` |
| dot | 自定义时间轴点 | ReactNode | - |
| label | 设置标签 | ReactNode | - |
| position | 自定义节点位置 | `left` \| `right` | - |

Loading…
Cancel
Save