From f78027818d908c43470f60e3400daf35038a7b65 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Fri, 15 Aug 2025 17:59:26 +0800 Subject: [PATCH] fix: improve formatting and consistency in ChatHistoryDrawer.vue --- .../embed/component/ChatHistoryDrawer.vue | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/ui/src/views/chat/embed/component/ChatHistoryDrawer.vue b/ui/src/views/chat/embed/component/ChatHistoryDrawer.vue index 62b33c63..6cc0d8ed 100644 --- a/ui/src/views/chat/embed/component/ChatHistoryDrawer.vue +++ b/ui/src/views/chat/embed/component/ChatHistoryDrawer.vue @@ -10,7 +10,7 @@ > - + - +
- + {{ chatUser.chatUserProfile?.nick_name }}
@@ -47,7 +47,7 @@
- +
@@ -72,7 +72,7 @@ style="padding-top: 8px; padding-bottom: 8px" @click="logout" > - + {{ $t('layout.logout') }} @@ -91,15 +91,16 @@