From d1b9fed151f6d83a2f4757452678bd5c5e867d45 Mon Sep 17 00:00:00 2001 From: blue <825657193@qq.com> Date: Mon, 18 Mar 2024 23:25:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E8=BF=9F=E5=8A=A0=E8=BD=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-ui/src/components/chat/ChatBox.vue | 2 +- im-ui/src/components/chat/ChatMessageItem.vue | 2 +- im-ui/src/components/common/HeadImage.vue | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/im-ui/src/components/chat/ChatBox.vue b/im-ui/src/components/chat/ChatBox.vue index 2b77a72..06639fd 100644 --- a/im-ui/src/components/chat/ChatBox.vue +++ b/im-ui/src/components/chat/ChatBox.vue @@ -75,7 +75,7 @@ - + diff --git a/im-ui/src/components/chat/ChatMessageItem.vue b/im-ui/src/components/chat/ChatMessageItem.vue index 04ab953..9a466a7 100644 --- a/im-ui/src/components/chat/ChatMessageItem.vue +++ b/im-ui/src/components/chat/ChatMessageItem.vue @@ -28,7 +28,7 @@
+ @click="showFullImageBox()" loading="lazy"/>
diff --git a/im-ui/src/components/common/HeadImage.vue b/im-ui/src/components/common/HeadImage.vue index 084ab50..0ca2985 100644 --- a/im-ui/src/components/common/HeadImage.vue +++ b/im-ui/src/components/common/HeadImage.vue @@ -1,6 +1,7 @@