wujingjing
2024-11-06 768a63bdae68f9440d4b7f5768c3ea7f9308f2ab
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"