wujingjing
2024-07-22 551f75309c2f946d6ef25516325747d7b499732a
showFixQuestion
已修改2个文件
7 ■■■■■ 文件已修改
src/components/chat/Chat.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/chat/components/playBar/PlayBar.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/chat/Chat.vue
@@ -28,10 +28,10 @@
                                                {{ item.content.msg }}
                                            </p>
                                            <div
                                                class="mt-3 flex w-2/3 self-end items-center"
                                                v-if="showFixQuestion && index === computedMessageList.length - 1"
                                                class="mt-5 flex items-center"
                                                v-if="showFixQuestion"
                                            >
                                                <div class="text-gray-600 ml-auto flex-0">
                                                <div class="text-gray-600 flex-0">
                                                    {{ computedMessageList.at(-1).content.origin.err_json.fix_question.title + ':' }}
                                                </div>
                                                <div class="ml-1 space-x-2 inline-flex flex-wrap">
src/components/chat/components/playBar/PlayBar.vue
@@ -47,7 +47,6 @@
<script setup lang="ts">
import { ElMessage } from 'element-plus';
import { ref } from 'vue';
import VoicePage from './voicePage/VoicePage.vue';
const emits = defineEmits(['sendClick']);