From a20ef070ec3df840dbc39aafa4622947fc431190 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期五, 11 十月 2024 09:42:38 +0800
Subject: [PATCH]  h2 - h1

---
 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