From 5ac5bb6c2dbe44a39812d9d4cd1a0278214c91dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 29 Mar 2024 17:58:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/repairRateReport/index.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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; }