From ef721915b1a4afc33454e71460769bd3d7c264a9 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 17 十月 2024 13:42:20 +0800 Subject: [PATCH] 完成 recordset --- src/components/chat/chatComponents/common.ts | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/chat/chatComponents/common.ts b/src/components/chat/chatComponents/common.ts index 343352f..e04c79e 100644 --- a/src/components/chat/chatComponents/common.ts +++ b/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, @@ -93,10 +94,10 @@ show: true, icon: PATH_ICON.line, }, - dataView: { - readOnly: true, - optionToContent: timeDataOptionToContent, - }, + // dataView: { + // readOnly: true, + // optionToContent: timeDataOptionToContent, + // }, saveAsImage: {}, }, }, -- Gitblit v1.9.3