From c6e9d286dce92202af9aa3b708bea0ac22cae8be Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Sun, 28 Apr 2024 14:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E6=A1=86=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-screen/src/components/home/fixMaterialAnalysisDialog.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: {