From 0f8227e09cfc3fcac26d8be3402ab7aa42e614e5 Mon Sep 17 00:00:00 2001 From: qiutianhong Date: Sat, 9 Nov 2024 08:20:41 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E4=BC=98=E5=8C=96=E7=BE=A4?= =?UTF-8?q?=E6=88=90=E5=91=98=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/chat/ChatBox.vue | 80 ++++++++-------- frontend/src/components/chat/ChatMessage.vue | 12 ++- frontend/src/components/chat/ChatMsgList.vue | 20 ++-- .../src/components/chat/chatGroupMember.vue | 96 ++++++++++++------- frontend/src/components/chat/chatUserInfo.vue | 12 ++- frontend/src/stores/chat.ts | 60 ++++++++---- frontend/src/stores/db.ts | 7 +- frontend/src/system/member.ts | 2 +- 8 files changed, 185 insertions(+), 104 deletions(-) diff --git a/frontend/src/components/chat/ChatBox.vue b/frontend/src/components/chat/ChatBox.vue index b8f5d07..bf1ab49 100644 --- a/frontend/src/components/chat/ChatBox.vue +++ b/frontend/src/components/chat/ChatBox.vue @@ -48,6 +48,8 @@ > + +
@@ -126,7 +138,7 @@ /> diff --git a/frontend/src/components/chat/chatUserInfo.vue b/frontend/src/components/chat/chatUserInfo.vue index d8b8a91..721b7e9 100644 --- a/frontend/src/components/chat/chatUserInfo.vue +++ b/frontend/src/components/chat/chatUserInfo.vue @@ -74,7 +74,9 @@
-
1
+
+ +