From 6094912c25fa2e1c7e137959270210b24c9b6bca Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Wed, 19 Jun 2024 16:12:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=9B=A0=E6=95=B4?= =?UTF-8?q?=E4=BD=93=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=E5=BC=95=E8=B5=B7?= =?UTF-8?q?=E7=9A=84=EF=BC=8C=E5=BD=93=E5=89=8D=E7=94=A8=E6=88=B7=E8=87=AA?= =?UTF-8?q?=E5=B7=B1=E5=8F=91=E7=9A=84=E6=B6=88=E6=81=AF=EF=BC=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=88=B0=E5=B7=A6=E8=BE=B9=E7=9A=84=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/uni-im-msg/uni-im-msg.vue b/components/uni-im-msg/uni-im-msg.vue index f1bd184..4bf3339 100644 --- a/components/uni-im-msg/uni-im-msg.vue +++ b/components/uni-im-msg/uni-im-msg.vue @@ -500,7 +500,7 @@ .msgStateIcon { margin-right: 5px; } - .self .msg-box { + &.self .msg-box { flex-direction: row-reverse; } -- GitLab