|
|
|
@ -11,9 +11,9 @@ var Circle = antd.Progress.Circle;
|
|
|
|
|
|
|
|
|
|
React.render(
|
|
|
|
|
<div>
|
|
|
|
|
<Circle percent="30" width="150" />
|
|
|
|
|
<Circle percent="70" width="150" status="exception" />
|
|
|
|
|
<Circle percent="100" width="150" />
|
|
|
|
|
<Circle percent="30" width="126" />
|
|
|
|
|
<Circle percent="70" width="126" status="exception" />
|
|
|
|
|
<Circle percent="100" width="126" />
|
|
|
|
|
</div>
|
|
|
|
|
, document.getElementById('components-progress-demo-circle'));
|
|
|
|
|
````
|
|
|
|
@ -21,7 +21,7 @@ React.render(
|
|
|
|
|
<style>
|
|
|
|
|
.ant-progress-circle-wrap,
|
|
|
|
|
.ant-progress-line-wrap {
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|