From 6681c21dfbfa99720ca09550f124487b680ffddb Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 16 Feb 2022 14:52:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E6=A1=A3=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppPeopleList.vue/ExamineList.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/AppPeopleList.vue/ExamineList.vue b/src/apps/AppPeopleList.vue/ExamineList.vue index fe9610e2..b2abf016 100644 --- a/src/apps/AppPeopleList.vue/ExamineList.vue +++ b/src/apps/AppPeopleList.vue/ExamineList.vue @@ -26,9 +26,7 @@ {{ item.name }} {{ $dict.getLabel('fileStatus', item.fileStatus) }} 户主 - - {{ $dict.getLabel('householdRelation', item.householdRelation) }} - + 非户主 {{ $dict.getLabel('auditStatus', item.auditStatus) }} @@ -177,9 +175,11 @@ export default { display: flex; justify-content: space-between; .rightTop-lefts { + width: calc(100% - 100px); .names { font-size: 32px; font-weight: 600; + word-break: break-all; } .householdNames { margin-left: 30px; @@ -202,6 +202,7 @@ export default { } } .rightTop-rights { + width: 100px; ::v-deep .u-section { .u-section__right-info { color: #3975c6 !important;