From 10d98af6e3510963f6fb76a79500c24e93b986ab Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Wed, 17 Apr 2024 00:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96:=20uniapp=E6=8B=89=E5=8F=96?= =?UTF-8?q?=E8=BF=87=E5=A4=9A=E7=A6=BB=E7=BA=BF=E6=B6=88=E6=81=AF=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E5=8D=A1=E9=A1=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/head-image/head-image.vue | 4 +- im-uniapp/pages/chat/chat.vue | 46 +++++++++------ im-uniapp/store/chatStore.js | 56 ++++++++++++------- 3 files changed, 67 insertions(+), 39 deletions(-) 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 @@