File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,11 @@ import ReactDOM from 'react-dom';
44import { Circle } from 'rc-progress' ;
55
66class Example extends Component {
7- constructor ( ) {
8- super ( ) ;
9- this . state = { } ;
10- }
11-
127 render ( ) {
13- const containerStyle = {
14- width : '250px'
15- } ;
168 const circleContainerStyle = {
179 width : '250px' ,
1810 height : '250px' ,
19- display : 'inline-block'
11+ display : 'inline-block' ,
2012 } ;
2113 return (
2214 < div >
@@ -28,7 +20,7 @@ class Example extends Component {
2820 strokeLinecap = "round"
2921 strokeColor = { {
3022 '0%' : '#108ee9' ,
31- '100%' : '#87d068'
23+ '100%' : '#87d068' ,
3224 } }
3325 />
3426 </ div >
@@ -40,7 +32,7 @@ class Example extends Component {
4032 strokeLinecap = "round"
4133 strokeColor = { {
4234 '100%' : '#87d068' ,
43- '0%' : '#108ee9'
35+ '0%' : '#108ee9' ,
4436 } }
4537 />
4638 </ div >
You can’t perform that action at this time.
0 commit comments