From 2ad14a103d93ce48e2ffdd970569ea9eb1524f27 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 19 九月 2024 17:02:45 +0800
Subject: [PATCH] 本地获取CSS

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

diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue
index 5ad202e..486c9d1 100644
--- a/src/components/chat/Chat.vue
+++ b/src/components/chat/Chat.vue
@@ -17,7 +17,7 @@
 							srcset=""
 						/>
 						<div class="flex-auto flex" :class="{ 'justify-end': item.role === RoleEnum.user }">
-							<div class="inline-flex flex-col" :class="{ 'w-full': item.role === RoleEnum.assistant }">
+							<div class="inline-flex flex-col w-full" :class="{ 'w-full': item.role === RoleEnum.assistant }">
 								<div class="w-full" v-if="item.content?.values">
 									<div
 										class="text-sm rounded-[6px] p-4 leading-relaxed"

--
Gitblit v1.9.3