From 35dab133f3085a6bce2f045d2d28605aa64e8e61 Mon Sep 17 00:00:00 2001
From: yuanhao <yuanhao_2024>
Date: 星期三, 04 六月 2025 16:24:52 +0800
Subject: [PATCH] fix: 修改字体大小

---
 pages/aiQuestions/aiQuestions.vue |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/pages/aiQuestions/aiQuestions.vue b/pages/aiQuestions/aiQuestions.vue
index 5ecda57..4ee83c8 100644
--- a/pages/aiQuestions/aiQuestions.vue
+++ b/pages/aiQuestions/aiQuestions.vue
@@ -54,14 +54,14 @@
 							<u-loading mode="circle" v-if="!item.aiLog" size="40" color="#0079FE"
 								class="u-m-r-10"></u-loading>
 							<u-collapse-item :open='true' :title="item.aiLog ? 'AI鎬濊�冨畬鎴�' : 'AI鎬濊�冧腑...'">
-								<view v-html="markdown.render(item.thinkLog)"></view>
+								<view style="font-size: 26rpx;"  v-html="markdown.render(item.thinkLog)"></view>
 							</u-collapse-item>
 						</u-collapse>
 						<view v-else-if="!item.aiLog" class="u-flex" style="color: #0079FE;">
 							<u-loading mode="circle" size="40" color="#0079FE" class="u-m-r-10"></u-loading>
 							AI鎬濊�冧腑路路路
 						</view>
-						<view v-html="markdown.render(item.aiLog)"></view>
+						<view style="font-size: 26rpx;"  v-html="markdown.render(item.aiLog)"></view>
 						<view class="file-list" v-if="item.docInfo.length&&item.isEnd">
 							<view class="one-file" v-for="(file,findex) in item.docInfo" :key='findex'>
 								<image :src="getImg(file.docFormat)" mode=""></image>
@@ -103,12 +103,12 @@
 			
 		<audio id="audio" src=""></audio>
 		<view class="btmbox" :class="{'isOn':showKnow}">
-			<view v-if="!voiceFlg" class="know-btn" :class="{'active-btn':showKnow}" @click="showKnow=true">
+			<!--  <view v-if="!voiceFlg" class="know-btn" :class="{'active-btn':showKnow}" @click="showKnow=true">
 				<view class="btn-box">
 					<image v-if="showKnow" src="/static/wd/book-open.png" mode=""></image>
 					<image v-else src="/static/wd/book.png" mode=""></image>
 				</view>
-			</view>
+			</view> -->
 			<view :class="['btm-btn',{'voice-btn':recording},{'voice-cancel-btn': voiceStop}]">
 				<block v-if="!recording">
 					<image v-if="voiceFlg" src="/static/wd/i03.png" mode="widthFix" class="btnimg2" @click="clickType"
@@ -1132,6 +1132,7 @@
 	}
 </style>
 <style lang="scss" scoped>
+
 	// 璁剧疆寮圭獥
 	.set-box {
 		padding: 0 34rpx;
@@ -1165,7 +1166,7 @@
 					}
 
 					text {
-						font-size: 32rpx;
+						font-size: 26rpx;
 						color: #000000;
 						font-weight: 400;
 					}
@@ -1182,7 +1183,7 @@
 					}
 
 					text {
-						font-size: 32rpx;
+						font-size: 26rpx;
 						color: #000000;
 						font-weight: 400;
 					}
@@ -1205,7 +1206,7 @@
 			display: flex;
 			align-items: center;
 			justify-content: space-between;
-			font-size: 34rpx;
+			font-size: 30rpx;
 			color: #000000;
 			font-weight: 700;
 			line-height: 50rpx;
@@ -1247,7 +1248,7 @@
 
 					.details {
 						.know-name {
-							font-size: 32rpx;
+							font-size: 28rpx;
 							color: #000000;
 							line-height: 50rpx;
 							font-weight: 500;
@@ -1262,6 +1263,7 @@
 							display: inline-block;
 							line-height: 42rpx;
 							border-radius: 8rpx;
+							font-size: 28rpx;
 						}
 					}
 				}
@@ -1447,7 +1449,7 @@
 		border-radius: 10rpx;
 		background: #0AAFB0;
 		padding: 10rpx 18rpx;
-		font-size: 30rpx;
+		font-size: 28rpx;
 		color: white;
 		text-align: center;
 	}
@@ -1457,7 +1459,7 @@
 		flex-direction: row;
 		justify-content: flex-end;
 		width: 100%;
-
+		font-size: 26rpx;
 		.div {
 			background: linear-gradient(273deg, #2F7AFA 0.22%, #226FF4 99.8%);
 			color: #fff;
@@ -1466,6 +1468,7 @@
 			max-width: 100%;
 			padding: 12px 16px;
 			white-space: pre-wrap;
+			font-size: 26rpx;
 		}
 	}
 
@@ -1506,6 +1509,7 @@
 		background: #fff;
 		border-radius: 24rpx;
 		margin: 40rpx;
+		font-size: 26rpx;
 	}
 	.msgbox1 {
 		margin-bottom: 20rpx;
@@ -1720,7 +1724,7 @@
 			position: relative;
 			z-index: 2;
 			padding-top: 70rpx;
-			font-size: 32rpx;
+			font-size: 28rpx;
 			text-indent: 4em;
 		}
 
@@ -1747,7 +1751,7 @@
 
 				.top {
 					color: #000000;
-					font-size: 32rpx;
+					font-size: 28rpx;
 					font-weight: bold;
 
 					span {

--
Gitblit v1.9.1