From cdd510e6448c83a1eae988be63c4c8ea6d1a0c48 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Fri, 29 May 2026 18:51:50 +0800 Subject: [PATCH] style(chat): fix invalid flex-justify-end classes replace invalid flex-justify-end class with correct justify-end utility, and update the matching comment --- src/pages/home/components/ChatCardMine/index.vue | 2 +- src/pages/home/components/ChatMainList/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/home/components/ChatCardMine/index.vue b/src/pages/home/components/ChatCardMine/index.vue index 724d05f..7c42865 100644 --- a/src/pages/home/components/ChatCardMine/index.vue +++ b/src/pages/home/components/ChatCardMine/index.vue @@ -1,5 +1,5 @@