From e1b28dd3b2ada6582e172b2eaa93431979777a66 Mon Sep 17 00:00:00 2001 From: DCloud_MQ Date: Wed, 8 May 2024 16:18:09 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 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 fdb677b..f4d8e8d 100644 --- a/components/uni-im-msg-list/uni-im-msg-list.vue +++ b/components/uni-im-msg-list/uni-im-msg-list.vue @@ -742,13 +742,13 @@ display: flex; flex-direction: row; align-items: start; - right: 18px; + right: 40px; bottom: 10px; font-size: 12px; background-color: white; color: #007fff; padding: 5px 8px 5px 5px; - border-radius: 15px 0 0 15px; + border-radius: 15px 15px 15px 15px; /* #ifdef H5 */ pointer-events: auto; cursor: pointer; -- GitLab