From 8ce2f0e54b03b3c44bc99f00a6ec42baf1d43685 Mon Sep 17 00:00:00 2001 From: lijun Date: Tue, 27 May 2025 17:47:03 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/statistical/styles/analysis.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/static/statistical/styles/analysis.css b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/static/statistical/styles/analysis.css index e978898d..2bf4a42d 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/static/statistical/styles/analysis.css +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/static/statistical/styles/analysis.css @@ -135,9 +135,9 @@ body { margin: 0.5%; width: calc(99% - 2px); border-radius: 10px; - box-shadow: 0 0 10px #ddd; + box-shadow: 0 0 5px rgba(221,221,221,.5); background: #fff url(../images/bg_data_item.jpg) no-repeat; - border: 1px solid rgba(126, 195, 241, .8); + border: 1px solid rgba(126, 195, 241, .5); } .data_item { @@ -237,7 +237,7 @@ body { .echarts_box { position: relative; width: 100%; - height: calc(85% - 3.75rem); + height: calc(85% - 5rem); overflow: hidden; } @@ -276,7 +276,7 @@ body { .echarts_mult { display: flex; flex-wrap: wrap; - margin: 0.75% 0.5% 1%; + margin: 0.5% 0.5% 1%; padding-bottom: 5rem; width: 99%; height: calc(100% - 25rem); @@ -306,7 +306,7 @@ body { position: relative; flex-wrap: wrap; float: left; - margin: 0.5% 1.23% 0.85% 0; + margin: 0.5% 1.23% 0.5% 0; padding: 0.75% 1% 0.25%; width: 32.51%; height: 18rem;