From a2595cdfc4a8ee55220585119bcb39fdd29da6b1 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 26 八月 2024 11:40:25 +0800 Subject: [PATCH] 禁止跳转 --- 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