ant-design-vue/components/timeline/demo/right.md

24 lines
602 B
Markdown

<cn>
#### 右侧时间轴点
时间轴点可以在内容的右边。
</cn>
<us>
#### Right alternate
Right alternate timeline.
</us>
```tpl
<template>
<a-timeline mode="right">
<a-timeline-item>Create a services site 2015-09-01</a-timeline-item>
<a-timeline-item>Solve initial network problems 2015-09-01</a-timeline-item>
<a-timeline-item>
<a-icon slot="dot" type="clock-circle-o" style="font-size: 16px;" />
Technical testing 2015-09-01
</a-timeline-item>
<a-timeline-item>Network problems being solved 2015-09-01</a-timeline-item>
</a-timeline>
</template>
```