xsx 1 an în urmă
părinte
comite
5abce87a8d

+ 1 - 1
im-uniapp/pages/group/group-edit.vue

@@ -187,7 +187,7 @@ export default {
 			.group-image {
 				width: 120rpx;
 				height: 120rpx;
-				border-radius: 5%;
+				border-radius: 50%;
 				border: 1px solid #ccc;
 			}
 		}

+ 2 - 1
im-uniapp/pages/mine/mine-edit.vue

@@ -131,7 +131,8 @@ export default {
 			.head-image {
 				width: 120rpx;
 				height: 120rpx;
-				border-radius: 5%;
+				border-radius: 50%;
+				border: 1px solid #ccc;
 			}
 		}
 	}