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}}
{{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;