From e2e2f224c5d439e3128ea95ac2cd7847b66641f6 Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期日, 29 九月 2024 20:27:07 +0800 Subject: [PATCH] 1rem --- src/components/chat/chatComponents/common.ts | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/chat/chatComponents/common.ts b/src/components/chat/chatComponents/common.ts index 343352f..0188716 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, -- Gitblit v1.9.3