wujingjing
2025-01-17 4e04b16f7bf497502508101c45ef6ff0209b13e2
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"