From 831b179d688398a64ccbb4d18afff3cb1189df93 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Wed, 5 Jan 2022 15:06:14 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/ArriveAndInvoivingList.vue | 4 ++-- .../projectManagement/modules/WorkGroupDistributeModule.vue | 6 ++++++ .../modules/WorkingGroupUnderStudyProjectModal.vue | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue index 5cd97f0..ea5d6f6 100644 --- a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue +++ b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue @@ -239,13 +239,13 @@ export default { }, { title: '来款单位', align: 'center', - width: 240, + width: 280, dataIndex: 'chargeCompanyTemporaryName', scopedSlots: { customRender: 'text' } }, { title: '企业联系人', align: 'center', - width: 200, + width: 280, dataIndex: 'contactsTemporaryName', scopedSlots: { customRender: 'text' } }, { diff --git a/src/views/projectManagement/modules/WorkGroupDistributeModule.vue b/src/views/projectManagement/modules/WorkGroupDistributeModule.vue index 8dc5448..be8ba09 100644 --- a/src/views/projectManagement/modules/WorkGroupDistributeModule.vue +++ b/src/views/projectManagement/modules/WorkGroupDistributeModule.vue @@ -256,4 +256,10 @@ export default { display: none; } } + +/deep/ .ant-tree li .ant-tree-node-content-wrapper { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; +} \ No newline at end of file diff --git a/src/views/projectManagement/modules/WorkingGroupUnderStudyProjectModal.vue b/src/views/projectManagement/modules/WorkingGroupUnderStudyProjectModal.vue index bd1e5cf..e693431 100644 --- a/src/views/projectManagement/modules/WorkingGroupUnderStudyProjectModal.vue +++ b/src/views/projectManagement/modules/WorkingGroupUnderStudyProjectModal.vue @@ -25,7 +25,7 @@ @@ -33,7 +33,7 @@