|
@@ -107,7 +107,7 @@ export default {
|
|
|
left: 'center',
|
|
|
top: '45%',
|
|
|
style: {
|
|
|
- text: this.circle2 + '%',
|
|
|
+ text: this.circle2.toFixed(1) + '%',
|
|
|
textAlign: 'center',
|
|
|
fill: '#000', //文字的颜色
|
|
|
width: 30,
|
|
@@ -265,7 +265,7 @@ export default {
|
|
|
span:nth-of-type(2),
|
|
|
span:nth-of-type(4) {
|
|
|
height: 32px;
|
|
|
- font-size: 24px;
|
|
|
+ font-size:18px;
|
|
|
font-family: Persagy;
|
|
|
color: rgba(31, 36, 41, 1);
|
|
|
line-height: 29px;
|