ant-design-vue/components/timeline/demo/right.md
2018-12-05 12:32:46 +08:00

605 B

#### 右侧时间轴点 时间轴点可以在内容的右边。 #### Right alternate Right alternate timeline.
<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>