@ -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
圈形的进度。
# 小型进度条
适合放在较狭窄的区域内。
@ -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