From 87ba0d7d3308cad85622cc3d9b170f035b42d3b2 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 14 Jan 2022 16:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppGridManagement/Organization.vue | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/apps/AppGridManagement/Organization.vue b/src/apps/AppGridManagement/Organization.vue index 4137f3f1..abce0bef 100644 --- a/src/apps/AppGridManagement/Organization.vue +++ b/src/apps/AppGridManagement/Organization.vue @@ -10,7 +10,7 @@
网格人员
- +
{{item.name}}
@@ -19,8 +19,8 @@
- - + +
{{item.name}} {{item.checkType == 2 ? '网格长' : '网格员'}} @@ -142,6 +142,13 @@ export default { width: 200px; height: 200px; margin-right: 32px; + border-radius: 50%; + } + image{ + width: 200px; + height: 200px; + margin-right: 32px; + border-radius: 50%; } .right{ width: 100%; @@ -178,6 +185,11 @@ export default { height: 96px; border-radius: 50%; } + image{ + width: 96px; + height: 96px; + border-radius: 50%; + } .gird{ display: inline-block; margin-left: 16px;