|  | @@ -381,7 +381,7 @@ const SmartReport = () => {
 | 
											
												
													
														|  |                  <div
 |  |                  <div
 | 
											
												
													
														|  |                    ref={eqDomRef}
 |  |                    ref={eqDomRef}
 | 
											
												
													
														|  |                    style={{
 |  |                    style={{
 | 
											
												
													
														|  | -                    height: '8rem',
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    height: '6rem',
 | 
											
												
													
														|  |                      width: 'calc(100% - 1.2rem)',
 |  |                      width: 'calc(100% - 1.2rem)',
 | 
											
												
													
														|  |                      margin: '0 0 0 0.8rem',
 |  |                      margin: '0 0 0 0.8rem',
 | 
											
												
													
														|  |                    }}
 |  |                    }}
 | 
											
										
											
												
													
														|  | @@ -408,7 +408,7 @@ const SmartReport = () => {
 | 
											
												
													
														|  |                  <div
 |  |                  <div
 | 
											
												
													
														|  |                    ref={workScoreDomRef}
 |  |                    ref={workScoreDomRef}
 | 
											
												
													
														|  |                    style={{
 |  |                    style={{
 | 
											
												
													
														|  | -                    height: '8rem',
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    height: '6rem',
 | 
											
												
													
														|  |                      width: 'calc(100% - 1.2rem)',
 |  |                      width: 'calc(100% - 1.2rem)',
 | 
											
												
													
														|  |                      margin: '0 0 0 0.8rem',
 |  |                      margin: '0 0 0 0.8rem',
 | 
											
												
													
														|  |                    }}
 |  |                    }}
 | 
											
										
											
												
													
														|  | @@ -462,7 +462,7 @@ const SmartReport = () => {
 | 
											
												
													
														|  |                    <div
 |  |                    <div
 | 
											
												
													
														|  |                      ref={taskDomRef}
 |  |                      ref={taskDomRef}
 | 
											
												
													
														|  |                      style={{
 |  |                      style={{
 | 
											
												
													
														|  | -                      height: '4rem',
 |  | 
 | 
											
												
													
														|  | 
 |  | +                      height: '6rem',
 | 
											
												
													
														|  |                        width: '100%',
 |  |                        width: '100%',
 | 
											
												
													
														|  |                        marginTop: '0.2rem',
 |  |                        marginTop: '0.2rem',
 | 
											
												
													
														|  |                      }}
 |  |                      }}
 | 
											
										
											
												
													
														|  | @@ -473,7 +473,7 @@ const SmartReport = () => {
 | 
											
												
													
														|  |                    <div
 |  |                    <div
 | 
											
												
													
														|  |                      ref={workDomRef}
 |  |                      ref={workDomRef}
 | 
											
												
													
														|  |                      style={{
 |  |                      style={{
 | 
											
												
													
														|  | -                      height: '4rem',
 |  | 
 | 
											
												
													
														|  | 
 |  | +                      height: '6rem',
 | 
											
												
													
														|  |                        width: '100%',
 |  |                        width: '100%',
 | 
											
												
													
														|  |                        marginTop: '0.2rem',
 |  |                        marginTop: '0.2rem',
 | 
											
												
													
														|  |                      }}
 |  |                      }}
 | 
											
										
											
												
													
														|  | @@ -523,22 +523,26 @@ const getPieOption = (chartData, isLeft = false) => {
 | 
											
												
													
														|  |            orient: 'vertical',
 |  |            orient: 'vertical',
 | 
											
												
													
														|  |            left: 'left',
 |  |            left: 'left',
 | 
											
												
													
														|  |            top: 'center',
 |  |            top: 'center',
 | 
											
												
													
														|  | 
 |  | +          textStyle: {
 | 
											
												
													
														|  | 
 |  | +            color: '#000000',
 | 
											
												
													
														|  | 
 |  | +            fontSize: 12,
 | 
											
												
													
														|  | 
 |  | +          },
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        : {
 |  |        : {
 | 
											
												
													
														|  |            orient: 'horizontal',
 |  |            orient: 'horizontal',
 | 
											
												
													
														|  | -          // left: 'left',
 |  | 
 | 
											
												
													
														|  |            itemWidth: 10,
 |  |            itemWidth: 10,
 | 
											
												
													
														|  |            itemHeight: 8,
 |  |            itemHeight: 8,
 | 
											
												
													
														|  |            textStyle: {
 |  |            textStyle: {
 | 
											
												
													
														|  |              color: '#000000',
 |  |              color: '#000000',
 | 
											
												
													
														|  | -            fontSize: 12,
 |  | 
 | 
											
												
													
														|  | 
 |  | +            fontSize: 10,
 | 
											
												
													
														|  |            },
 |  |            },
 | 
											
												
													
														|  |          },
 |  |          },
 | 
											
												
													
														|  |      series: [
 |  |      series: [
 | 
											
												
													
														|  |        {
 |  |        {
 | 
											
												
													
														|  |          type: 'pie',
 |  |          type: 'pie',
 | 
											
												
													
														|  | -        top: isLeft ? 0 : '10%',
 |  | 
 | 
											
												
													
														|  | -        radius: isLeft ? '60%' : '50%',
 |  | 
 | 
											
												
													
														|  | 
 |  | +        top: isLeft ? 0 : '20%',
 | 
											
												
													
														|  | 
 |  | +        radius: isLeft ? '60%' : '40%',
 | 
											
												
													
														|  | 
 |  | +        label: isLeft ? {} : { fontSize: 10 },
 | 
											
												
													
														|  |          data: chartData,
 |  |          data: chartData,
 | 
											
												
													
														|  |          emphasis: {
 |  |          emphasis: {
 | 
											
												
													
														|  |            itemStyle: {
 |  |            itemStyle: {
 |