|
@@ -357,16 +357,16 @@ export default {
|
|
|
name: '完成',
|
|
name: '完成',
|
|
|
value: this.arrMap[0],
|
|
value: this.arrMap[0],
|
|
|
itemStyle: {
|
|
itemStyle: {
|
|
|
- opacity: 0.5,
|
|
|
|
|
- color: 'rgba(33,229,248,0.8)'
|
|
|
|
|
|
|
+ opacity: 0.8,
|
|
|
|
|
+ color: 'rgba(33,229,248,1)'
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}, {
|
|
}, {
|
|
|
name: '剩余',
|
|
name: '剩余',
|
|
|
value: this.arrMap[1],
|
|
value: this.arrMap[1],
|
|
|
itemStyle: {
|
|
itemStyle: {
|
|
|
- opacity: 0.5,
|
|
|
|
|
- color: 'rgba(217,187,62,0.8)'
|
|
|
|
|
|
|
+ opacity: 0.8,
|
|
|
|
|
+ color: 'rgba(217,187,62,1)'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -381,8 +381,8 @@ export default {
|
|
|
type: 'pie',
|
|
type: 'pie',
|
|
|
hoverAnimation: false, // 悬停不放大
|
|
hoverAnimation: false, // 悬停不放大
|
|
|
labelLine: {
|
|
labelLine: {
|
|
|
- length: this.EchartfontSize(20),
|
|
|
|
|
- length2: this.EchartfontSize(60),
|
|
|
|
|
|
|
+ length: this.EchartfontSize(60),
|
|
|
|
|
+ length2: this.EchartfontSize(40),
|
|
|
lineStyle: {
|
|
lineStyle: {
|
|
|
width: this.EchartfontSize(2)
|
|
width: this.EchartfontSize(2)
|
|
|
}
|
|
}
|
|
@@ -400,11 +400,11 @@ export default {
|
|
|
rich: {
|
|
rich: {
|
|
|
a: {
|
|
a: {
|
|
|
color: '#ffffff',
|
|
color: '#ffffff',
|
|
|
- fontSize: this.EchartfontSize(14)
|
|
|
|
|
|
|
+ fontSize: this.EchartfontSize(18)
|
|
|
},
|
|
},
|
|
|
b: {
|
|
b: {
|
|
|
color: 'rgba(33,229,248)',
|
|
color: 'rgba(33,229,248)',
|
|
|
- fontSize: this.EchartfontSize(14),
|
|
|
|
|
|
|
+ fontSize: this.EchartfontSize(18),
|
|
|
verticalAlign: 'top',
|
|
verticalAlign: 'top',
|
|
|
align: 'center'
|
|
align: 'center'
|
|
|
|
|
|
|
@@ -447,7 +447,7 @@ export default {
|
|
|
|
|
|
|
|
.bg {
|
|
.bg {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- z-index: 1;
|
|
|
|
|
|
|
+ z-index: -1;
|
|
|
bottom: -16%;
|
|
bottom: -16%;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|