From 89e209808bb96ad459cc5850b752bdd48e32e380 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 25 Feb 2022 15:55:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=B1=E4=B8=9C=E7=A7=BB=E5=8A=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppEpidemicSituation/BackUserList.vue | 1 + .../shandong10086/AppPeopleList/Content.vue | 20 +++++++++++--- .../AppPeopleList/DetailPeople.vue | 26 ++++++++++++------- .../AppPeopleList/ExamineList.vue | 5 +++- src/saas/AppBackUserList/AppBackUserList.vue | 1 + 5 files changed, 40 insertions(+), 13 deletions(-) diff --git a/src/apps/AppEpidemicSituation/BackUserList.vue b/src/apps/AppEpidemicSituation/BackUserList.vue index 9e643358..d5ac9393 100644 --- a/src/apps/AppEpidemicSituation/BackUserList.vue +++ b/src/apps/AppEpidemicSituation/BackUserList.vue @@ -197,6 +197,7 @@ export default { } } .user-list{ + background-color: #f5f5f5; .item{ padding: 32px 64px 24px; background-color: #fff; diff --git a/src/project/shandong10086/AppPeopleList/Content.vue b/src/project/shandong10086/AppPeopleList/Content.vue index b9fe3e83..4b690bce 100644 --- a/src/project/shandong10086/AppPeopleList/Content.vue +++ b/src/project/shandong10086/AppPeopleList/Content.vue @@ -1,8 +1,10 @@