8%
wujingjing
2024-07-17 2887b039ae67af588b988c257b314a3f4c70ae0f
src/components/chat/chatComponents/summaryCom/SummaryCom.vue
@@ -1,5 +1,5 @@
<template>
   <div style="width: calc(100ch - 28px)">
   <div class="w-full">
      <template v-if="data && data.length > 0">
         <template v-if="summaryList && summaryList.length > 0">
            <div class="w-full" v-for="(item, idx) in summaryList" :key="idx">
@@ -19,12 +19,14 @@
            :class="{ 'mt-10': summaryList && summaryList.length > 0 }"
            v-if="recordSetList && recordSetList.length > 0"
         >
            <div class="min-h-[48rem] flex-auto w-full">
            <div class="h-[20rem] flex-auto w-full">
               <div ref="chartRefList" v-for="(item, index) in recordSetList" :key="index"></div>
            </div>
         </div>
         <div v-if="urlList && urlList.length > 0" class="w-full">
            <!-- <HTMLCom data="http://101.133.133.173:8019/ai_html/views/demo/html/MonthlyPay.html" v-for="(item, index) in urlList" :key="index"></HTMLCom> -->
            <HTMLCom :data="item.url" v-for="(item, index) in urlList" :key="index"></HTMLCom>
         </div>
      </template>
      <div v-else class="text-red-500">{{ error }}</div>
@@ -145,7 +147,7 @@
      grid: {
         // bottom: 120,
         // right: '15%',
         bottom: '5%',
         bottom: '8%',
      },
      toolbox: {
         show: true,