From a808bb53dac0e63686520409a218fb0deff95ade Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Tue, 30 Apr 2024 17:30:29 +0800 Subject: [PATCH] 2024-04-30 --- src/views/modules/proofing/requestForProofing.vue | 8 ++++---- .../modules/quotation/sellForQuotation/quoteDetail.vue | 2 +- src/views/modules/test/requestForTest.vue | 4 ++-- src/views/modules/test/testSoBom/testTable.vue | 4 +++- 4 files changed, 10 insertions(+), 8 deletions(-) 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 @@