From 671e4eedce45613a1c1f8383e50ddde9618fd413 Mon Sep 17 00:00:00 2001
From: yuanhao <yuanhao_2024>
Date: 星期五, 06 六月 2025 09:04:08 +0800
Subject: [PATCH] fix: 代码提交修改提示信息

---
 pages/aiQuestions/aiQuestions.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/aiQuestions/aiQuestions.vue b/pages/aiQuestions/aiQuestions.vue
index a1c34da..3b04f89 100644
--- a/pages/aiQuestions/aiQuestions.vue
+++ b/pages/aiQuestions/aiQuestions.vue
@@ -97,7 +97,7 @@
 			</view>
 			<view id="bot"></view>
 		</scroll-view>
-		<view v-else class="tipsMsg">
+		<view v-else class="tips">
 			鎴戞槸璐㈡斂AI鍔╂墜锛屽緢楂樺叴瑙佸埌浣狅紒鎴戝彲浠ュ洖绛旈」鐩枃妗d腑鐨勫悇绉嶉棶棰橈紝杈撳叆闂蹇潵浣撻獙鍚э紒
 		</view>
 			
@@ -132,7 +132,7 @@
 				</block>
 				</view>
 		</view>
-		<view class="tips"> 鍐呭鐢� AI 鐢熸垚锛屼粎渚涘弬鑰冿紝鎮ㄦ嵁姝ゆ墍浣滃垽鏂強鎿嶄綔鍧囩敱鎮ㄨ嚜琛屾壙鎷呰矗浠汇��</view>
+		<view class="tipsMsg"> 鍐呭鐢� AI 鐢熸垚锛屼粎渚涘弬鑰冿紝鎮ㄦ嵁姝ゆ墍浣滃垽鏂強鎿嶄綔鍧囩敱鎮ㄨ嚜琛屾壙鎷呰矗浠汇��</view>
 		<!--璁剧疆寮圭獥 -->
 		<u-popup v-model="showSet" mode='top' border-radius="20">
 			<view class='set-box'>
@@ -1374,7 +1374,7 @@
 		position: fixed;
 		bottom: 0rpx;
 		text-align: center;
-		color: #0041E6;
+		color: #c0c4cc;
 		height: 80rpx;
 		font-size: 26rpx;
 	}

--
Gitblit v1.9.1