From d8910d1814a391c8e0b2e8a9c338cd3c0fb5e5df Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 25 Jan 2022 13:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppGridManagement/Organization.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/apps/AppGridManagement/Organization.vue b/src/apps/AppGridManagement/Organization.vue index 3c45680a..4d1536e7 100644 --- a/src/apps/AppGridManagement/Organization.vue +++ b/src/apps/AppGridManagement/Organization.vue @@ -2,9 +2,11 @@
网格人员
- - - +
+ + + +
{{item.name}}
{{item.checkType == 2 ? '网格长' : '网格员'}}
@@ -12,9 +14,11 @@
- - - +
+ + + +
{{item.name}} {{item.checkType == 2 ? '网格长' : '网格员'}} @@ -84,6 +88,7 @@ export default { box-sizing: border-box; display: flex; img{ + display: inline-block; width: 200px; height: 200px; margin-right: 32px;