diff --git a/components/timeline/index.zh-CN.md b/components/timeline/index.zh-CN.md index 51db35648e..d6822ba09a 100644 --- a/components/timeline/index.zh-CN.md +++ b/components/timeline/index.zh-CN.md @@ -32,7 +32,7 @@ title: Timeline | pending | 指定最后一个幽灵节点是否存在或内容 | boolean\|string\|ReactNode | false | | pendingDot | 当最后一个幽灵节点存在時,指定其时间图点 | \|string\|ReactNode | `` | | reverse | 节点排序 | boolean | false | -| mode | By sending `alternate` the timeline will distribute the nodes to the left and right. | `standard` \| `alternate` | `standard` | +| mode | 通过设置 `mode` 可以改变时间轴和内容的相对位置 | `left` \| `alternate` \| `right` | ### Timeline.Item