From 35f6e796cb8b064083641742e5e73b81dbecd6c7 Mon Sep 17 00:00:00 2001 From: blue <825657193@qq.com> Date: Tue, 6 Aug 2024 14:59:12 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!85=20:?= =?UTF-8?q?=20=E8=87=AA=E5=AE=9A=E4=B9=89=E8=81=8A=E5=A4=A9=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-web/src/components/chat/ChatBox.vue | 1900 +++++++++-------- im-web/src/components/chat/ChatInput.vue | 604 ------ .../src/components/chat/ChatMessageItem.vue | 11 +- 3 files changed, 985 insertions(+), 1530 deletions(-) delete mode 100644 im-web/src/components/chat/ChatInput.vue diff --git a/im-web/src/components/chat/ChatBox.vue b/im-web/src/components/chat/ChatBox.vue index 749f622..6981db5 100644 --- a/im-web/src/components/chat/ChatBox.vue +++ b/im-web/src/components/chat/ChatBox.vue @@ -1,924 +1,992 @@ \ No newline at end of file diff --git a/im-web/src/components/chat/ChatInput.vue b/im-web/src/components/chat/ChatInput.vue deleted file mode 100644 index 6c254d0..0000000 --- a/im-web/src/components/chat/ChatInput.vue +++ /dev/null @@ -1,604 +0,0 @@ - - - - - \ No newline at end of file diff --git a/im-web/src/components/chat/ChatMessageItem.vue b/im-web/src/components/chat/ChatMessageItem.vue index 09bcdd9..2c999ef 100644 --- a/im-web/src/components/chat/ChatMessageItem.vue +++ b/im-web/src/components/chat/ChatMessageItem.vue @@ -280,7 +280,6 @@ position: absolute; left: -10px; top: 13px; - z-index: -1; width: 0; height: 0; border-style: solid dashed dashed; @@ -408,14 +407,6 @@ color: #329432; } } - - .chat-at-user { - background-color: #4cd964; - padding: 2px 5px; - color: white; - //border: 1px solid #c3c3c3; - border-radius: 3px; - } } } @@ -451,7 +442,7 @@ background-color: rgb(88, 127, 240); color: #fff; vertical-align: top; - + &:after { left: auto; right: -10px;