diff --git a/src/app/statistic-analysis/deleteUnit/delete-there/delete-there.component.html b/src/app/statistic-analysis/deleteUnit/delete-there/delete-there.component.html
index ed8126d..c0810b4 100644
--- a/src/app/statistic-analysis/deleteUnit/delete-there/delete-there.component.html
+++ b/src/app/statistic-analysis/deleteUnit/delete-there/delete-there.component.html
@@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-09-02 16:22:35
* @LastEditors: sueRimn
- * @LastEditTime: 2020-09-07 10:41:43
+ * @LastEditTime: 2020-09-07 16:05:31
-->
-
+
-
+
+
+
+
diff --git a/src/app/statistic-analysis/deleteUnit/delete-two/delete-two.component.scss b/src/app/statistic-analysis/deleteUnit/delete-two/delete-two.component.scss
index 2c550f0..85cadc3 100644
--- a/src/app/statistic-analysis/deleteUnit/delete-two/delete-two.component.scss
+++ b/src/app/statistic-analysis/deleteUnit/delete-two/delete-two.component.scss
@@ -1,13 +1,15 @@
body{
- overflow:auto;
+ overflow: hidden;
}
+
//头部搜索栏
.header {
+ width: 90%;
+ position: fixed ;
border-bottom: 1px solid #999;
- height: 70px;
- min-height: 70px;
+ height: 68px;
+ //min-height: 81px;
box-sizing: border-box;
- padding: 0 15px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
@@ -22,11 +24,7 @@ body{
margin: 0 15px 0 10px;
}
}
- /* .fixedCss{
- position: fixed;
- top: 81px;
- right: 32px;
- } */
+
}
/* 最上面的折线图 */
@@ -35,11 +33,12 @@ body{
margin:0 auto;
width: 800px;
height: 450px;
- padding-top: 50px;
+ //padding-top: 150px;
+ margin-top: 50px;
}
/* 其余折线图 */
.mainbox {
- margin-top: 100px;
+ margin-top: 80px;
//padding-top: 50px;
padding-bottom: 50px;
min-width: 1024px;