This commit is contained in:
夏奈
2015-06-15 16:26:44 +08:00
parent 2bb0992334
commit e0dfb9d51e
-3
View File
@@ -11,9 +11,6 @@ var Progress = antd.Progress.Line;
React.render(
<div>
<Line percent="30" />
<Line percent="70" status="exception" />
<Line percent="100" />
<Progress percent="30" />
<Progress percent="70" status="exception" />
<Progress percent="100" />