|
@@ -3,7 +3,10 @@
|
|
|
<div class="h-11 w-11">
|
|
|
<img class="h-full w-full" src="@/assets/images/chat/default-logo.png" />
|
|
|
</div>
|
|
|
- <div class="flex max-w-fit flex-1 flex-col overflow-hidden">
|
|
|
+ <div
|
|
|
+ class="flex flex-1 flex-col overflow-hidden"
|
|
|
+ :class="item.slot ? '' : 'max-w-fit'"
|
|
|
+ >
|
|
|
<template v-if="item.prologue">
|
|
|
<div
|
|
|
class="answer-markdown w-fit overflow-hidden rounded-lg rounded-tl-none bg-[#EAF1FF] p-2.75 text-[#303133]"
|