From a31590ab681a206c8a9f15cbf37df102767064d9 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 25 九月 2024 11:14:16 +0800 Subject: [PATCH] activeChartType --- 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