邵佳豪 4 years ago
parent
commit
c837e8e5bb
  1. 16
      src/app/statistic-analysis/deleteUnit/delete-there/delete-there.component.html
  2. 39
      src/app/statistic-analysis/deleteUnit/delete-there/delete-there.component.scss
  3. 8
      src/app/statistic-analysis/deleteUnit/delete-two/delete-two.component.html
  4. 21
      src/app/statistic-analysis/deleteUnit/delete-two/delete-two.component.scss

16
src/app/statistic-analysis/deleteUnit/delete-there/delete-there.component.html

@ -4,7 +4,7 @@
* @Author: sueRimn * @Author: sueRimn
* @Date: 2020-09-02 16:22:35 * @Date: 2020-09-02 16:22:35
* @LastEditors: sueRimn * @LastEditors: sueRimn
* @LastEditTime: 2020-09-07 10:41:43 * @LastEditTime: 2020-09-07 16:05:31
--> -->
<!-- <div class="head"> <!-- <div class="head">
<select style="width: 80px;height: 30px; margin-left: 600px;margin-top: 20px;"> <select style="width: 80px;height: 30px; margin-left: 600px;margin-top: 20px;">
@ -26,7 +26,8 @@
<button mat-raised-button (click)='goBack()' style="float: right; margin-top: 20px;margin-right: 50px;">返回</button> <button mat-raised-button (click)='goBack()' style="float: right; margin-top: 20px;margin-right: 50px;">返回</button>
</div> --> </div> -->
<div class="header"> <div class="box">
<div class="header">
<div class="queryField"> <div class="queryField">
<form #form="ngForm" (ngSubmit)="Submit(form.value)"> <form #form="ngForm" (ngSubmit)="Submit(form.value)">
<span>查询年份:</span> <span>查询年份:</span>
@ -46,10 +47,13 @@
</div> </div>
<div class="btnbox"> <div class="btnbox">
<button mat-stroked-button (click)="goBack ()">返回</button> <button mat-stroked-button (click)="goBack()">返回</button>
</div>
</div>
<div class="zhu">
<div id="zhidui">
</div>
</div> </div>
</div>
<div class="zhu">
<div id="zhidui" ></div>
</div> </div>

39
src/app/statistic-analysis/deleteUnit/delete-there/delete-there.component.scss

@ -1,10 +1,29 @@
/* .head{ .box{
//display: flex;
border-bottom:2px solid #d4dde4;
width: 100%; width: 100%;
height: 68px; height: 92%;
background-color:white ; display: flex;
} */ flex-direction: column;
overflow: hidden;
position: relative;
.echartsbox{
width: 100%;
height: 100%;
// overflow: auto;
}
#Line{
width: 50%;
height: 420px;
margin: 50px auto;
}
}
.publicCss{
height: 350px;
width: 50%;
display: inline-block;
box-sizing: border-box;
padding: 20px;
}
//头部搜索栏 //头部搜索栏
.header { .header {
border-bottom: 1px solid #999; border-bottom: 1px solid #999;
@ -41,21 +60,17 @@
} }
} }
}
.chaxun{
margin-left: 20px;
padding: 15px 32px;
} }
.zhu{ .zhu{
width: 100%; width: 100%;
height: 100%; height: 100%;
position: relative; overflow: auto;
#zhidui{ #zhidui{
width: 100%; width: 100%;
height: 350px; height: 350px;
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 45%; top: 50%;
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
} }
} }

8
src/app/statistic-analysis/deleteUnit/delete-two/delete-two.component.html

@ -4,7 +4,7 @@
* @Author: sueRimn * @Author: sueRimn
* @Date: 2020-09-02 16:21:18 * @Date: 2020-09-02 16:21:18
* @LastEditors: sueRimn * @LastEditors: sueRimn
* @LastEditTime: 2020-09-07 08:56:53 * @LastEditTime: 2020-09-07 15:57:47
--> -->
<body> <body>
@ -71,6 +71,7 @@
</div> --> </div> -->
</div> </div>
<div style="overflow-y:auto;height: 83%;margin-top: 70px;">
<div class="heads" id="heads"></div> <div class="heads" id="heads"></div>
<section class="mainbox"> <section class="mainbox">
<div class="column"> <div class="column">
@ -110,5 +111,8 @@
</div> </div>
</div> </div>
</section> </section>
<div style="padding-top: 50px; height: 50px; width: 100%;"></div>
</div>
<div style="padding-top: 150px; height: 50px; width: 100%;"></div>
</body> </body>

21
src/app/statistic-analysis/deleteUnit/delete-two/delete-two.component.scss

@ -1,13 +1,15 @@
body{ body{
overflow:auto; overflow: hidden;
} }
//头部搜索栏 //头部搜索栏
.header { .header {
width: 90%;
position: fixed ;
border-bottom: 1px solid #999; border-bottom: 1px solid #999;
height: 70px; height: 68px;
min-height: 70px; //min-height: 81px;
box-sizing: border-box; box-sizing: border-box;
padding: 0 15px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
@ -22,11 +24,7 @@ body{
margin: 0 15px 0 10px; margin: 0 15px 0 10px;
} }
} }
/* .fixedCss{
position: fixed;
top: 81px;
right: 32px;
} */
} }
/* 最上面的折线图 */ /* 最上面的折线图 */
@ -35,11 +33,12 @@ body{
margin:0 auto; margin:0 auto;
width: 800px; width: 800px;
height: 450px; height: 450px;
padding-top: 50px; //padding-top: 150px;
margin-top: 50px;
} }
/* 其余折线图 */ /* 其余折线图 */
.mainbox { .mainbox {
margin-top: 100px; margin-top: 80px;
//padding-top: 50px; //padding-top: 50px;
padding-bottom: 50px; padding-bottom: 50px;
min-width: 1024px; min-width: 1024px;

Loading…
Cancel
Save