From 4f76dc5b2c38f37b393d4c1d59c7b7700c61ccc2 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Mon, 11 Nov 2024 23:22:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=81=8A=E5=A4=A9=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=8C=87=E5=90=91=E7=AE=AD=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-web/src/components/chat/ChatMessageItem.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/im-web/src/components/chat/ChatMessageItem.vue b/im-web/src/components/chat/ChatMessageItem.vue index 0640a50..7032499 100644 --- a/im-web/src/components/chat/ChatMessageItem.vue +++ b/im-web/src/components/chat/ChatMessageItem.vue @@ -257,7 +257,8 @@ .chat-msg-bottom { display: inline-block; padding-right: 300px; - + padding-left: 5px; + .chat-msg-text { display: block; position: relative; @@ -276,7 +277,6 @@ position: absolute; left: -10px; top: 13px; - z-index: -1; width: 0; height: 0; border-style: solid dashed dashed; @@ -437,7 +437,7 @@ .chat-msg-bottom { padding-left: 180px; - padding-right: 0; + padding-right: 5px; .chat-msg-text { margin-left: 10px; @@ -447,7 +447,7 @@ &:after { left: auto; right: -10px; - border-top-color: rgb(88, 127, 240); + border-top-color: var(--im-color-primary-light-2); } }