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 @@