wujingjing
2024-07-04 89323ef5405d9e1721b85afcba55984feb9d1942
src/components/chat/chatComponents/recordSetCom/RecordSetCom.vue
@@ -106,7 +106,8 @@
   setTimeout(() => {
      const parent = chartRef.value.parentElement;
      if(!parent){
      }
      const parentBound = parent.getBoundingClientRect();
      chartInstance = echarts.init(chartRef.value,undefined,{
         width:parentBound.width,