diff --git a/src/views/3DOverview/components/RightContentFaultAnalysis.vue b/src/views/3DOverview/components/RightContentFaultAnalysis.vue index d07bcc1..5abfcd8 100644 --- a/src/views/3DOverview/components/RightContentFaultAnalysis.vue +++ b/src/views/3DOverview/components/RightContentFaultAnalysis.vue @@ -106,8 +106,8 @@ export default { configs: { title: { textAlign: 'center', - left: '64%', - top: '48%', + left: '67%', + top: '50%', text: demoData.reduce((prev, curr) => prev + curr.value, 0), textStyle: { color: '#fff', @@ -210,7 +210,7 @@ export default { { name: 'PieForm', type: 'pie', - center: ['65%', '60%'], + center: ['68%', '61%'], radius: ['42%', '60%'], avoidLabelOverlap: true, label: { @@ -326,11 +326,11 @@ export default { this.configs.legend.textStyle.rich.g.height = fs8 this.configs.legend.textStyle.rich.g.borderRadius = fs5 - this.configs.series[0].label.rich.first.fontSize = fs12 - this.configs.series[0].label.rich.second.fontSize = fs12 - this.configs.series[0].label.rich.third.fontSize = fs12 - this.configs.series[0].label.rich.fourth.fontSize = fs12 - this.configs.series[0].label.rich.fifth.fontSize = fs12 + this.configs.series[0].label.rich.first.fontSize = fs10 + this.configs.series[0].label.rich.second.fontSize = fs10 + this.configs.series[0].label.rich.third.fontSize = fs10 + this.configs.series[0].label.rich.fourth.fontSize = fs10 + this.configs.series[0].label.rich.fifth.fontSize = fs10 this.chart.setOption(this.configs) }