From fcb1162be5db3f4a271c9c3f42545438e4a4639e Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Mon, 10 Oct 2022 08:24:07 +0800 Subject: [PATCH] fix(web/user/msg): item position --- web/app/controllers/user_msg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/controllers/user_msg.php b/web/app/controllers/user_msg.php index 4db5fba..a91ed62 100644 --- a/web/app/controllers/user_msg.php +++ b/web/app/controllers/user_msg.php @@ -179,7 +179,7 @@ function addButton(conversationName, send_time, type) { function addBubble(content, send_time, read_time, msgId, conversation, page, type) { $("#history-list").append( - '
' + + '
' + '
' + '
' + '
' +