wujingjing
2024-07-26 608be7b1d461138717c4bb34639d9976a605fe0f
src/components/chat/chatComponents/common.ts
@@ -54,7 +54,6 @@
   originData: {
      type: Object as PropType<any>,
   },
} as const);
export type ChatComPropsType = ExtractPropTypes<typeof chatComProps>;
@@ -63,12 +62,14 @@
      grid: {
         // bottom: 120,
         // right: '15%',
         top: 65,
         left: 35,
         right: 45,
      },
      tooltip: {
         show: true,
         trigger: 'axis',
      },
      toolbox: {
         show: true,