-
+
diff --git a/src/app/plan-audit/plan-record/plan-record.component.scss b/src/app/plan-audit/plan-record/plan-record.component.scss
index 01a03e6..52b0336 100644
--- a/src/app/plan-audit/plan-record/plan-record.component.scss
+++ b/src/app/plan-audit/plan-record/plan-record.component.scss
@@ -10,6 +10,7 @@
background-color: #FFFFFF;
display: flex;
flex-direction: column;
+ position: relative;
.lefthead {
height: 100%;
@@ -204,9 +205,9 @@
button {
@media screen and (min-device-width:1400px) {
margin-left: 40px;
- font-size: 14px;
- width: 70px;
- height: 32px;
+ font-size: 13px;
+ width: 65px;
+ height: 34px;
}
@media screen and (max-device-width:1200px) {
@@ -236,6 +237,16 @@
}
}
+
+ .btnbox {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+
+ button {
+ margin: 0 6px;
+ }
+ }
}
.tablediv {
@@ -244,6 +255,7 @@
display: flex;
flex-direction: column;
overflow: hidden;
+
.header {
margin-left: 10px;
margin-right: 10px;
@@ -283,6 +295,16 @@
}
}
}
+
+ .mask {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ background: rgba(0, 0, 0, 0.2);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
}
.boxright {
diff --git a/src/app/plan-audit/plan-record/plan-record.component.ts b/src/app/plan-audit/plan-record/plan-record.component.ts
index c40b305..d07cab3 100644
--- a/src/app/plan-audit/plan-record/plan-record.component.ts
+++ b/src/app/plan-audit/plan-record/plan-record.component.ts
@@ -95,7 +95,9 @@ export class PlanRecordComponent implements OnInit {
//获取表格数据
PageNumber = 1;
+ isTableData = false;
getAlltabledate() {
+ this.isTableData = true;
let paramsdata: any = {
Operation: this.level || [],
ContentType: Number(this.projectlevel) || [],
@@ -112,6 +114,7 @@ export class PlanRecordComponent implements OnInit {
.get("/api/ContentVerifies", { params: paramsdata })
.subscribe((data: any) => {
//console.log(data)
+ this.isTableData = false;
this.tableDate = data.items;
this.count = data.totalCount;
});
diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.html b/src/app/plan-audit/wait-examineer/wait-examineer.component.html
index 1353f56..b87e5ad 100644
--- a/src/app/plan-audit/wait-examineer/wait-examineer.component.html
+++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.html
@@ -55,19 +55,18 @@
文本预案
-
-
-