From 9a8a56f6d2cfe0ab9ec9368d58d03d1cf10ade28 Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期日, 25 八月 2024 11:22:10 +0800 Subject: [PATCH] ywifont --- 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