From 8444455782e05c41fa21c4ce77e1ef8241dffc71 Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:18:50 +0800 Subject: [PATCH] =?UTF-8?q?2024.11.12=20=E6=96=87=E6=A1=A3=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/com_project_proof_record.vue | 4 ++-- src/views/modules/eam/eamProjectPartInfo.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/eam/com_project_proof_record.vue b/src/views/modules/eam/com_project_proof_record.vue index 5126631..2b0d811 100644 --- a/src/views/modules/eam/com_project_proof_record.vue +++ b/src/views/modules/eam/com_project_proof_record.vue @@ -9,7 +9,7 @@ :data="dataList" border style="width: 100%;margin-top: -5px;" - :height="this.height +10" + :height="this.height +30" highlight-current-row ref="proofingTable" @row-click="proofDocumentClickRow" @@ -62,7 +62,7 @@ :data="proofDocumentList" border style="width: 100%;margin-top: 5px;" - :height="this.height - 31" + :height="this.height - 11" ref="proofDocumentTable" @row-click="uploadDocumentClickRow" @current-change="changeCurrentRow1" diff --git a/src/views/modules/eam/eamProjectPartInfo.vue b/src/views/modules/eam/eamProjectPartInfo.vue index 83bd890..adbee7d 100644 --- a/src/views/modules/eam/eamProjectPartInfo.vue +++ b/src/views/modules/eam/eamProjectPartInfo.vue @@ -166,7 +166,7 @@