wujingjing
2024-11-29 a7c0c52ed984e5dbae736a469fdac701d1a68a7f
src/components/chat/Chat.vue
@@ -40,7 +40,7 @@
                                 :class="{ group: item.role === RoleEnum.user }"
                              >
                                 <div class="flex flex-col" v-if="item?.stepList?.length > 0">
                                    <div class="flex items-center mb-3">
                                    <div class="flex items-center ">
                                       <span class="mr-2">意图分析:</span>
                                       <div
                                          @click="toggleStepList(item)"
@@ -57,7 +57,7 @@
                                    </div>
                                    <!-- 过程输出 -->
                                    <el-steps v-show="item.stepIsShow" direction="vertical" :active="activeStep">
                                    <el-steps v-show="item.stepIsShow" class="mt-3" direction="vertical" :active="activeStep">
                                       <el-step
                                          v-for="(subItem, index) in item.stepList"
                                          :title="subItem.title"