Browse Source

confilct

pull/26/head
夏奈 10 years ago
parent
commit
e0dfb9d51e
  1. 3
      components/progress/demo/line.md

3
components/progress/demo/line.md

@ -11,9 +11,6 @@ var Progress = antd.Progress.Line;
React.render( React.render(
<div> <div>
<Line percent="30" />
<Line percent="70" status="exception" />
<Line percent="100" />
<Progress percent="30" /> <Progress percent="30" />
<Progress percent="70" status="exception" /> <Progress percent="70" status="exception" />
<Progress percent="100" /> <Progress percent="100" />

Loading…
Cancel
Save