From 0dd134fffdfb93880f49f5c773cea360442fb9af Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 5 May 2022 16:54:57 +0800 Subject: [PATCH] BUG 29490 --- src/saas/AppSpecialPeople/detail.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/saas/AppSpecialPeople/detail.vue b/src/saas/AppSpecialPeople/detail.vue index de002078..074f0983 100644 --- a/src/saas/AppSpecialPeople/detail.vue +++ b/src/saas/AppSpecialPeople/detail.vue @@ -3,7 +3,7 @@
{{item}}
- +
@@ -12,7 +12,7 @@
-
+
特殊人群
@@ -36,7 +36,7 @@
-
+

@@ -103,7 +103,7 @@ export default { this.getUserList() this.isGirdUser() }) - + uni.$on('specialPeopleList', () => { this.getStatistic() this.getUserList() @@ -361,7 +361,7 @@ export default { .user-item{ padding: 24px 32px; display: flex; - + .user-img{ width: 112px; img{ @@ -389,7 +389,7 @@ export default { } } } - + .phone{ width: 100%; font-size: 26px;