From 1827968a16dfcdde2b05fdf2505b898eccfa80dc Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期日, 25 八月 2024 10:55:51 +0800 Subject: [PATCH] 修复bug --- src/components/chat/chatComponents/common.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/chatComponents/common.ts b/src/components/chat/chatComponents/common.ts index ff5af86..0188716 100644 --- a/src/components/chat/chatComponents/common.ts +++ b/src/components/chat/chatComponents/common.ts @@ -63,7 +63,7 @@ // bottom: 120, // right: '15%', top: 65, - left: 35, + left: 65, right: 45, }, tooltip: { -- Gitblit v1.9.3