gerson
2024-10-08 0cb229bcf8d48a4b80a843c7edc2e13d5ec75021
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%',
         left: 35,
         top: 65,
         left: 65,
         right: 45,
      },
      tooltip: {
         show: true,
         trigger: 'axis',
      },
      toolbox: {
         show: true,