From 6f34d772559ecd572ccf637357a4761d468bb8b5 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 27 九月 2024 11:06:39 +0800 Subject: [PATCH] context --- src/components/chat/chatComponents/common.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/common.ts b/src/components/chat/chatComponents/common.ts index 4cdc0c8..0188716 100644 --- a/src/components/chat/chatComponents/common.ts +++ b/src/components/chat/chatComponents/common.ts @@ -62,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