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 @@
分组 - - - - - - - - - + + {{ item.label }}
-
+
-
+
@@ -73,25 +80,37 @@