From 627f17165b38a31a16055998c5faef0a07dddfa1 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Sun, 29 Oct 2023 12:36:45 +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/components/chat/ChatMessageItem.vue | 2 +- .../src/components/chat/ChatPrivateVideo.vue | 6 +- .../src/components/chat/ChatVideoAcceptor.vue | 76 ++++++++++++++++--- im-ui/src/components/common/FullImage.vue | 16 ++-- im-ui/src/components/common/HeadImage.vue | 3 +- .../chat-message-item/chat-message-item.vue | 16 ++-- im-uniapp/pages/group/group-edit.vue | 6 +- im-uniapp/pages/mine/mine.vue | 20 +---- 8 files changed, 93 insertions(+), 52 deletions(-) diff --git a/im-ui/src/components/chat/ChatMessageItem.vue b/im-ui/src/components/chat/ChatMessageItem.vue index 0f7b3bf..58a0f6e 100644 --- a/im-ui/src/components/chat/ChatMessageItem.vue +++ b/im-ui/src/components/chat/ChatMessageItem.vue @@ -258,7 +258,7 @@ max-width: 400px; max-height: 300px; border: #dddddd solid 1px; - box-shadow: 2px 2px 2px #c0c0c0; + border: 5px solid #ccc; border-radius: 6px; cursor: pointer; } diff --git a/im-ui/src/components/chat/ChatPrivateVideo.vue b/im-ui/src/components/chat/ChatPrivateVideo.vue index 4660f59..524814c 100644 --- a/im-ui/src/components/chat/ChatPrivateVideo.vue +++ b/im-ui/src/components/chat/ChatPrivateVideo.vue @@ -5,8 +5,10 @@