From 0b45321a3ea2682062c6faeba68c5023592f72a1 Mon Sep 17 00:00:00 2001 From: yuanhao <yuanhao_2024> Date: 星期五, 06 六月 2025 08:58:23 +0800 Subject: [PATCH] fix: 增加提示信息 --- pages/aiQuestions/aiQuestions.vue | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/pages/aiQuestions/aiQuestions.vue b/pages/aiQuestions/aiQuestions.vue index 00dece9..a1c34da 100644 --- a/pages/aiQuestions/aiQuestions.vue +++ b/pages/aiQuestions/aiQuestions.vue @@ -65,7 +65,7 @@ <view class="file-list" v-if="item.docInfo.length&&item.isEnd"> <view class="one-file" @click="uploadFile(file)" v-for="(file,findex) in item.docInfo" :key='findex'> <image :src="getImg(file.docFormat)" mode=""></image> - <text>{{file.docName}}</text> + <text style="font-size: 26rpx;">{{file.docName}}</text> </view> </view> <view v-if="item.isEnd||item.logSound" class="u-flex u-p-h-10 function-box"> @@ -97,7 +97,7 @@ </view> <view id="bot"></view> </scroll-view> - <view v-else class="tips"> + <view v-else class="tipsMsg"> 鎴戞槸璐㈡斂AI鍔╂墜锛屽緢楂樺叴瑙佸埌浣狅紒鎴戝彲浠ュ洖绛旈」鐩枃妗d腑鐨勫悇绉嶉棶棰橈紝杈撳叆闂蹇潵浣撻獙鍚э紒 </view> @@ -130,8 +130,9 @@ <image src="/static/wd/i02.png" v-if="msg&&!isDisabled" class="btnimg" @click="tiWen" mode="widthFix" alt=""></image> </block> - </view> + </view> </view> + <view class="tips"> 鍐呭鐢� AI 鐢熸垚锛屼粎渚涘弬鑰冿紝鎮ㄦ嵁姝ゆ墍浣滃垽鏂強鎿嶄綔鍧囩敱鎮ㄨ嚜琛屾壙鎷呰矗浠汇��</view> <!--璁剧疆寮圭獥 --> <u-popup v-model="showSet" mode='top' border-radius="20"> <view class='set-box'> @@ -410,7 +411,6 @@ }, methods: { uploadFile(file) { - console.log(file.docPath); window.open(this.baseUrl + file.docPath) }, chooseThisLLM(e) { @@ -1370,10 +1370,17 @@ } } } - + .tipsMsg{ + position: fixed; + bottom: 0rpx; + text-align: center; + color: #0041E6; + height: 80rpx; + font-size: 26rpx; + } .btmbox { position: fixed; - bottom: 0; + bottom: 80rpx; height: 120rpx; background-color: #F3F5F9; display: flex; @@ -1573,7 +1580,7 @@ } text { - font-size: 30rpx; + font-size: 26rpx; color: #101828; line-height: 50rpx; font-weight: 400; -- Gitblit v1.9.1