From 3e52ec41322cd3bbb96f8d1492dc9b69cebd6661 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 04 十一月 2024 15:34:50 +0800
Subject: [PATCH] 字体 ,超时

---
 src/components/chat/Chat.vue |    4 ++--
 src/utils/request.ts         |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/chat/Chat.vue b/src/components/chat/Chat.vue
index 8c6682c..6827430 100644
--- a/src/components/chat/Chat.vue
+++ b/src/components/chat/Chat.vue
@@ -33,7 +33,7 @@
 												@click="toggleStepList(item)"
 												class="cursor-pointer border border-gray-300 border-solid w-fit px-2 flex items-center space-x-2 rounded-lg mb-3 hover:bg-gray-100 active:bg-gray-200"
 											>
-												<span>
+												<span >
 													{{ toggleStepLabel(item) }}
 												</span>
 												<span class="ywifont" :class="{ 'ywicon-unfold': !item.stepIsShow, 'ywicon-fold': item.stepIsShow }"></span>
@@ -51,7 +51,7 @@
 													<span v-else class="ywifont ywicon-loading1 animate-spin"></span>
 												</template> -->
 													<template #title>
-														<span>{{ subItem.title }}</span>
+														<span class="text-sm">{{ subItem.title }}</span>
 													</template>
 												</el-step>
 											</el-steps>
diff --git a/src/utils/request.ts b/src/utils/request.ts
index 6e9e5a9..9d864a4 100644
--- a/src/utils/request.ts
+++ b/src/utils/request.ts
@@ -131,7 +131,7 @@
 const createAxiosInstance = (option: Partial<CreateAxiosDefaults<any>> = {}) => {
 	return axios.create({
 		baseURL: MAIN_URL,
-		timeout: 50000,
+		timeout: 120000,
 		headers: { 'Content-Type': 'application/json;charset=utf-8 ' },
 		...option,
 	});

--
Gitblit v1.9.3