From 76fca2dd09156e65acbe793a7dbab96d9066bd16 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Sat, 29 Jul 2023 18:09:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../historyDataAnalysis/index.scss | 6 +- .../historyDataAnalysis/index.vue | 288 ++++++++++++++---- 2 files changed, 241 insertions(+), 53 deletions(-) diff --git a/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.scss b/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.scss index 5065554..bcccad6 100644 --- a/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.scss +++ b/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.scss @@ -91,13 +91,17 @@ display: flex; flex-direction: column; position: relative; + overflow-y: scroll; .echarts-option { padding: 10px; border: 1px solid #216876; border-radius: 8px; + margin-bottom: 20px; .top-search { display: flex; align-items: center; + border-bottom: 1px solid white; + padding-bottom: 10px; > span { font-size: 18px; color: white; @@ -106,7 +110,7 @@ } .card { width: 100%; - height: 300px; + height: 500px; padding: 0; } } diff --git a/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.vue b/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.vue index 7e1b587..d2acc08 100644 --- a/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.vue +++ b/src/views/goverment/huizhou/siteSupervision/historyDataAnalysis/index.vue @@ -31,40 +31,47 @@