diff --git a/im-uniapp/components/head-image/head-image.vue b/im-uniapp/components/head-image/head-image.vue index cdb3248..4055656 100644 --- a/im-uniapp/components/head-image/head-image.vue +++ b/im-uniapp/components/head-image/head-image.vue @@ -83,9 +83,7 @@ .avatar-text { background-color: #f2f2f2; - /* 默认背景色 */ - border-radius: 50%; - /* 圆角效果 */ + border-radius: 10%; display: flex; align-items: center; justify-content: center; diff --git a/im-uniapp/pages/chat/chat.vue b/im-uniapp/pages/chat/chat.vue index 0cbed13..f65d9d1 100644 --- a/im-uniapp/pages/chat/chat.vue +++ b/im-uniapp/pages/chat/chat.vue @@ -1,8 +1,8 @@