From 6f00159b559c05a5f35ce818cbcbf03d2b232262 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 19 Jul 2024 14:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E5=A4=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppStore/EvaluateForm.vue | 6 ++-- src/project/weiyang/AppPatrolReport/Add.vue | 11 ++---- .../weiyang/AppPeopleList/DetailCard.vue | 28 +++++++++------ .../weiyang/AppPeopleList/DetailPeople.vue | 20 ++++++++--- .../weiyang/AppPeopleList/PeopleList.vue | 34 ++++++++++++++----- .../weiyang/AppPhotoReport/AppPhotoReport.vue | 19 +++++------ .../weiyang/AppPhotoReport/PhotoDetail.vue | 2 +- .../weiyang/AppPhotoReport/PhotoForm.vue | 4 +-- .../AppResidentFile/AppResidentFile.vue | 12 ++++--- 9 files changed, 85 insertions(+), 51 deletions(-) diff --git a/src/project/fengdu/AppStore/EvaluateForm.vue b/src/project/fengdu/AppStore/EvaluateForm.vue index 674f956..95bed5c 100644 --- a/src/project/fengdu/AppStore/EvaluateForm.vue +++ b/src/project/fengdu/AppStore/EvaluateForm.vue @@ -30,7 +30,7 @@
评价清单
-
一、正面清单
+
({{index+1}})、{{item.listType}}
@@ -66,9 +66,9 @@
-
二、负面清单
+
-
({{index+1}})、{{item.listType}}
+
({{positiveTypeList.length+1}})、{{item.listType}}
@@ -121,7 +123,7 @@ export default { } .middle { - margin: 16px 32px 0 32px; + margin: 0 32px 0 32px; padding: 32px; background-color: #fff; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.02); @@ -164,9 +166,7 @@ export default { box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08); border-radius: 16px; margin-bottom: 32px; - position: relative; width: 100%; - height: 192px; .bg-img { width: 100%; height: 100px; @@ -174,11 +174,10 @@ export default { .user-info { display: flex; padding: 48px 32px; - position: absolute; - top: 0; - left: 0; + position: relative; width: 100%; box-sizing: border-box; + margin-top: -100px; } .photos { img { @@ -188,8 +187,6 @@ export default { } } .right { - display: flex; - flex-direction: column; margin-left: 40px; width: 100%; .rightTop { @@ -244,13 +241,24 @@ export default { } } .rightBottom { - margin-top: 20px; + margin: 20px 0 16px 0; font-family: PingFangSC-Regular; font-weight: 400; font-size: 26px; color: #333; letter-spacing: 0; } + .item-tag { + display: inline-block; + line-height: 44px; + padding: 0 10px; + background-color: #F0F2F5; + font-family: PingFangSC-Regular; + font-size: 24px; + color: #8891A1; + margin: 0 12px 8px 0; + border-radius: 6px; + } // .spacial { // margin-top: 10px; // white-space: wrap; diff --git a/src/project/weiyang/AppPeopleList/DetailPeople.vue b/src/project/weiyang/AppPeopleList/DetailPeople.vue index 1094f87..08ee1a8 100644 --- a/src/project/weiyang/AppPeopleList/DetailPeople.vue +++ b/src/project/weiyang/AppPeopleList/DetailPeople.vue @@ -19,6 +19,7 @@
{{ data.resident.phone }}
+ {{items.labelName}}
@@ -249,7 +250,7 @@ export default { padding: 48px 32px 32px 32px; box-sizing: border-box; width: calc(100% - 64px); - margin: 16px 0 32px 32px; + margin: 0 0 32px 32px; border-radius: 16px; background-color: #fff; .photos { @@ -260,8 +261,8 @@ export default { } } .right { - display: flex; - flex-direction: column; + // display: flex; + // flex-direction: column; width: 100%; margin-left: 24px; .rightTop { @@ -293,12 +294,23 @@ export default { } } .rightBottom { - margin-top: 8px; + margin: 8px 0 16px 0; line-height: 40px; font-family: PingFangSC-Regular; font-size: 28px; color: #999; } + .item-tag { + display: inline-block; + line-height: 44px; + padding: 0 10px; + background-color: #F0F2F5; + font-family: PingFangSC-Regular; + font-size: 24px; + color: #8891A1; + margin: 0 12px 8px 0; + border-radius: 6px; + } } } diff --git a/src/project/weiyang/AppPeopleList/PeopleList.vue b/src/project/weiyang/AppPeopleList/PeopleList.vue index af50bf3..c43e510 100644 --- a/src/project/weiyang/AppPeopleList/PeopleList.vue +++ b/src/project/weiyang/AppPeopleList/PeopleList.vue @@ -39,8 +39,9 @@
{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }} - {{ item.phone }} + {{ item.phone || ''}}
+ {{items.labelName}} @@ -54,7 +55,7 @@