From 075e41b5ed397311910d0e9d35bf970dc2776bb1 Mon Sep 17 00:00:00 2001 From: DCloud_MQ Date: Wed, 8 May 2024 16:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=BE=AE=E8=B0=83?= =?UTF-8?q?=E2=80=9C=E6=9C=89=E6=96=B0=E6=B6=88=E6=81=AF=E2=80=9D=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/uni-im-msg-list/uni-im-msg-list.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/uni-im-msg-list/uni-im-msg-list.vue b/components/uni-im-msg-list/uni-im-msg-list.vue index f3cc7a3..fdb677b 100644 --- a/components/uni-im-msg-list/uni-im-msg-list.vue +++ b/components/uni-im-msg-list/uni-im-msg-list.vue @@ -32,7 +32,7 @@ @@ -741,13 +741,14 @@ position: absolute; display: flex; flex-direction: row; - right: 25px; + align-items: start; + right: 18px; bottom: 10px; font-size: 12px; background-color: white; - border: 1px solid silver; + color: #007fff; padding: 5px 8px 5px 5px; - border-radius: 5px; + border-radius: 15px 0 0 15px; /* #ifdef H5 */ pointer-events: auto; cursor: pointer; -- GitLab