From ec7fe6a8e6b551ccdadc2758d7e06df278947c60 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Sat, 28 Oct 2023 15:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-ui/src/api/enums.js | 1 + im-ui/src/components/chat/ChatBox.vue | 10 ++- im-ui/src/components/chat/ChatHistory.vue | 2 +- im-ui/src/components/chat/ChatItem.vue | 11 ++- im-ui/src/components/chat/ChatMessageItem.vue | 61 ++++++++++------ im-ui/src/components/common/FullImage.vue | 17 +++-- im-ui/src/components/friend/FriendItem.vue | 5 +- im-ui/src/components/group/AddGroupMember.vue | 6 +- im-ui/src/components/group/GroupItem.vue | 2 +- im-ui/src/store/chatStore.js | 10 ++- im-ui/src/view/Chat.vue | 3 +- im-uniapp/common/enums.js | 1 + im-uniapp/components/chat-item/chat-item.vue | 68 ++++-------------- .../chat-message-item/chat-message-item.vue | 71 ++++++++----------- im-uniapp/store/chatStore.js | 9 +++ 15 files changed, 138 insertions(+), 139 deletions(-) diff --git a/im-ui/src/api/enums.js b/im-ui/src/api/enums.js index eb41941..0d1e0fb 100644 --- a/im-ui/src/api/enums.js +++ b/im-ui/src/api/enums.js @@ -6,6 +6,7 @@ const MESSAGE_TYPE = { AUDIO:3, VIDEO:4, RECALL:10, + TIP_TIME:20, RTC_CALL: 101, RTC_ACCEPT: 102, RTC_REJECT: 103, diff --git a/im-ui/src/components/chat/ChatBox.vue b/im-ui/src/components/chat/ChatBox.vue index 4918033..fe5b806 100644 --- a/im-ui/src/components/chat/ChatBox.vue +++ b/im-ui/src/components/chat/ChatBox.vue @@ -18,7 +18,7 @@ - +
@@ -40,9 +40,11 @@
- +
- 发送 + 发送
@@ -502,6 +504,8 @@ width: 100%; flex: 1; resize: none; + font-size: 16px; + color: black; background-color: #f8f8f8 !important; outline-color: rgba(83, 160, 231, 0.61); } diff --git a/im-ui/src/components/chat/ChatHistory.vue b/im-ui/src/components/chat/ChatHistory.vue index 2736b26..ba5e3d3 100644 --- a/im-ui/src/components/chat/ChatHistory.vue +++ b/im-ui/src/components/chat/ChatHistory.vue @@ -5,7 +5,7 @@