CzRger hai 2 días
pai
achega
fd9d93931b

+ 0 - 1
src/views/business/doing-with-chat/index.vue

@@ -741,7 +741,6 @@ const validFiles = () => {
 
 onMounted(() => {
   initDetail()
-  console.log(sxImplBasicMaterial())
 })
 const initDetail = () => {
   if (state.ID) {

+ 4 - 1
src/views/chat/answer/index.vue

@@ -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]"