update progress demo

pull/26/head
afc163 10 years ago
parent 3f7557e905
commit 0c56f44d21

@ -1,4 +1,4 @@
# 动态展示
# 进度圈动态展示
- order: 4

@ -17,11 +17,3 @@ React.render(
</div>
, document.getElementById('components-progress-demo-circle-mini'));
````
<style>
.ant-progress-circle-wrap,
.ant-progress-line-wrap {
margin-right: 15px;
margin-bottom: 15px;
}
</style>

@ -1,6 +1,6 @@
# 进度圈
- order: 2
- order: 1
圈形的进度。

@ -1,6 +1,6 @@
# 小型进度条
- order: 1
- order: 2
适合放在较狭窄的区域内。

@ -69,7 +69,7 @@ var Line = React.createClass({
var Circle = React.createClass({
getDefaultProps: function () {
return {
width: 150,
width: 126,
percent: 0,
strokeWidth: 4,
status: 'normal' // exception

Loading…
Cancel
Save