提交 7a670887 编写于 作者: A afc163

update progress demo

上级 9d691373
......@@ -8,12 +8,9 @@
````jsx
var Progress = antd.Progress.Line;
var style = {
width: "170px"
}
React.render(
<div style={style}>
<div style={{ width: 170 }}>
<Progress percent="30" strokeWidth="5" />
<Progress percent="50" strokeWidth="5" status="active" />
<Progress percent="70" strokeWidth="5" status="exception" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册