From dd9e2966a5f11b78eb77c6560142757b1b206a66 Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Mon, 24 Jun 2024 17:28:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/uni-im-msg/uni-im-msg.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/components/uni-im-msg/uni-im-msg.vue b/components/uni-im-msg/uni-im-msg.vue index cf29555..cf7de00 100644 --- a/components/uni-im-msg/uni-im-msg.vue +++ b/components/uni-im-msg/uni-im-msg.vue @@ -439,13 +439,11 @@ align-items: flex-end; margin-right: 8px; margin-left: 40px; + .msg-content-box { + justify-content: flex-end; + } } - .msg-content-box { - justify-content: flex-end; - } - } - - + } .nickname-box { flex-direction: row; -- GitLab