Browse Source

优化

master
xsx 1 year ago
parent
commit
5abce87a8d
  1. 2
      im-uniapp/pages/group/group-edit.vue
  2. 3
      im-uniapp/pages/mine/mine-edit.vue

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

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

Loading…
Cancel
Save