diff --git a/sgzb-screen/src/components/home/fixMaterialAnalysisDialog.vue b/sgzb-screen/src/components/home/fixMaterialAnalysisDialog.vue index 6c65a89b..c6531dca 100644 --- a/sgzb-screen/src/components/home/fixMaterialAnalysisDialog.vue +++ b/sgzb-screen/src/components/home/fixMaterialAnalysisDialog.vue @@ -232,7 +232,7 @@ export default { }) if (barData.yAxisData.length > 5) barData.yAxisData = barData.yAxisData.slice(0, 5) - if(barData.seriesData.length > 5) barData.seriesData = barData.seriesData.slice(0, 5) + if (barData.seriesData.length > 5) barData.seriesData = barData.seriesData.slice(0, 5) console.log('🚀 ~ getChart ~ barData:', barData); this.myPieChart(pieData) this.myBarChart(barData) @@ -248,8 +248,6 @@ export default { left: 'left', textStyle: { color: '#fff', - // 背景图片 - backgroundColor: 'url(../../../../assets/img/dialog/Heading.png)' } }, tooltip: {