|
@ -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" /> |
|
|