diff --git a/components/timeline/demo/end.md b/components/timeline/demo/pending.md similarity index 80% rename from components/timeline/demo/end.md rename to components/timeline/demo/pending.md index 21cdc20d21..1593584941 100644 --- a/components/timeline/demo/end.md +++ b/components/timeline/demo/pending.md @@ -8,13 +8,13 @@ ````jsx let Timeline = antd.Timeline; -let container = document.getElementById('components-timeline-demo-end'); +let container = document.getElementById('components-timeline-demo-pending'); React.render( - + 创建服务现场 2015-09-01 初步排除网络异常 2015-09-01 - 技术测试异常 2015-09-01 + 技术测试异常 2015-09-01 , container); ```` diff --git a/components/timeline/index.jsx b/components/timeline/index.jsx index 59e79cf03d..9784873638 100644 --- a/components/timeline/index.jsx +++ b/components/timeline/index.jsx @@ -12,7 +12,8 @@ let Timeline = React.createClass({