From 985aa40f5a3d15d4f196297697430d877b473e04 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 06 一月 2025 13:53:48 +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