diff --git a/src/views/modules/auditManagement/auditRules.vue b/src/views/modules/auditManagement/auditRules.vue index 1c18293..34fd69c 100644 --- a/src/views/modules/auditManagement/auditRules.vue +++ b/src/views/modules/auditManagement/auditRules.vue @@ -5,7 +5,7 @@ - + @@ -30,7 +30,7 @@ - + {{buttons.search}} {{buttons.add}} {{buttons.defaultTable}} @@ -816,7 +816,7 @@ import { }, mounted() { this.$nextTick(()=>{ - this.height = window.innerHeight - 255; + this.height = window.innerHeight - 200; }) }, activated() { diff --git a/src/views/modules/auditManagement/auditTeam.vue b/src/views/modules/auditManagement/auditTeam.vue index cfdadba..f3c168f 100644 --- a/src/views/modules/auditManagement/auditTeam.vue +++ b/src/views/modules/auditManagement/auditTeam.vue @@ -5,7 +5,7 @@ - + @@ -30,7 +30,7 @@ - + {{buttons.search}} {{buttons.add}} {{buttons.defaultTable}} @@ -559,7 +559,7 @@ import { }, mounted() { this.$nextTick(()=>{ - this.height = window.innerHeight - 255; + this.height = window.innerHeight - 200; }) }, activated() { diff --git a/src/views/modules/auditManagement/auditType.vue b/src/views/modules/auditManagement/auditType.vue index 138667c..56ac18c 100644 --- a/src/views/modules/auditManagement/auditType.vue +++ b/src/views/modules/auditManagement/auditType.vue @@ -5,7 +5,7 @@ - + @@ -24,7 +24,7 @@ - + {{buttons.search}} {{buttons.add}} {{buttons.defaultTable}} @@ -525,7 +525,7 @@ import { }, mounted() { this.$nextTick(()=>{ - this.height = window.innerHeight - 255; + this.height = window.innerHeight - 200; }) }, activated() { diff --git a/src/views/modules/knifemold/receive.vue b/src/views/modules/knifemold/receive.vue index 3d29843..5a9e39b 100644 --- a/src/views/modules/knifemold/receive.vue +++ b/src/views/modules/knifemold/receive.vue @@ -1,6 +1,6 @@