diff --git a/src/views/modules/proofing/requestForProofing.vue b/src/views/modules/proofing/requestForProofing.vue index 48343a7..1aaa2b0 100644 --- a/src/views/modules/proofing/requestForProofing.vue +++ b/src/views/modules/proofing/requestForProofing.vue @@ -481,7 +481,7 @@ - + @@ -1088,7 +1088,7 @@ exportFooter: [], resultList: [], // ======== 行高 ======== - height: 200, + height: 300, secondHeight: 200, // ======== 分页 ======== pageIndex: 1, @@ -2058,7 +2058,7 @@ }, mounted () { this.$nextTick(() => { - this.height = window.innerHeight / 2 - 240; + this.height = window.innerHeight / 2 - 80; /*第二个表格高度的动态调整*/ this.secondHeight = window.innerHeight / 2 - 206; }) @@ -3303,7 +3303,7 @@