From 551f75309c2f946d6ef25516325747d7b499732a Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 22 七月 2024 11:55:07 +0800
Subject: [PATCH] showFixQuestion

---
 src/components/chat/Chat.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue
index 8e52c0c..6eb98d6 100644
--- a/src/components/chat/Chat.vue
+++ b/src/components/chat/Chat.vue
@@ -28,10 +28,10 @@
 												{{ item.content.msg }}
 											</p>
 											<div
-												class="mt-3 flex w-2/3 self-end items-center"
-												v-if="showFixQuestion && index === computedMessageList.length - 1"
+												class="mt-5 flex items-center"
+												v-if="showFixQuestion"
 											>
-												<div class="text-gray-600 ml-auto flex-0">
+												<div class="text-gray-600 flex-0">
 													{{ computedMessageList.at(-1).content.origin.err_json.fix_question.title + '锛�' }}
 												</div>
 												<div class="ml-1 space-x-2 inline-flex flex-wrap">

--
Gitblit v1.9.3