From ed1170014712737986ddcb4d760907c4b1d5f686 Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期六, 27 七月 2024 20:35:19 +0800
Subject: [PATCH] setTimeout

---
 src/components/chat/chatComponents/common.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/chat/chatComponents/common.ts b/src/components/chat/chatComponents/common.ts
index 343352f..ff5af86 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%',
+			top: 65,
 			left: 35,
 			right: 45,
 		},
 		tooltip: {
 			show: true,
 			trigger: 'axis',
+		
 		},
 		toolbox: {
 			show: true,

--
Gitblit v1.9.3