From 4e04b16f7bf497502508101c45ef6ff0209b13e2 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 17 一月 2025 11:07:39 +0800 Subject: [PATCH] 尝试合并配置 --- src/components/chat/chatComponents/summaryCom/ReportDlg.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/summaryCom/ReportDlg.vue b/src/components/chat/chatComponents/summaryCom/ReportDlg.vue index 7992052..a56cb92 100644 --- a/src/components/chat/chatComponents/summaryCom/ReportDlg.vue +++ b/src/components/chat/chatComponents/summaryCom/ReportDlg.vue @@ -1,7 +1,7 @@ <template> <yw-dialog headerIcon="ele-Copy" v-model="isShow" :showFooter="false" width="810" :title="title"> <div class="max-h-[2/3vh]"> - <div class="border" v-html="md.render(report ?? '')"></div> + <div class="border markdown-it" v-html="md.render(report ?? '')"></div> <i @click="copyInfo(report ?? '')" class="ywifont ywicon-copy text-blue-400 !text-[25px] cursor-pointer absolute bottom-10 right-10" -- Gitblit v1.9.3