diff --git a/src/views/report/repairRateReport/index.vue b/src/views/report/repairRateReport/index.vue index afadaff..239cc8b 100644 --- a/src/views/report/repairRateReport/index.vue +++ b/src/views/report/repairRateReport/index.vue @@ -121,7 +121,7 @@ export default { return { isChart: true, // 遮罩层 - loading: true, + loading: false, // 选中数组 ids: [], // 非单个禁用 @@ -736,22 +736,26 @@ export default { } .chart11 { - width: 100%; + width: 50%; height: 20vw; + display: inline-block; } .chart12 { - width: 100%; + width: 50%; height: 20vw; + display: inline-block; } .chart13 { - width: 100%; + width: 50%; height: 20vw; + display: inline-block; } .chart14 { - width: 100%; + width: 50%; height: 20vw; + display: inline-block; }