Merge branch 'DEV-20251115' of http://25.13.9.101:9000/K17_AITS/tra-app into DEV-20251115

This commit is contained in:
田岩
2025-11-26 15:14:31 +08:00
+9
View File
@@ -14,6 +14,7 @@
<view class="body-title">
<!-- <uv-icon class="arrow-icon" name="arrow-left" @click="common.navigateBack()"/> -->
AI问答
<view class="top-desc">内容由AI生成</view>
<view class="seek-setting">
<image
src="@/static/images/dialog/new-dialog.png"
@@ -913,6 +914,14 @@
font-weight: 500;
color: #000;
position: relative;
.top-desc{
position: absolute;
bottom: -10rpx;
font-size: 18rpx;
color: #999;
left: 50%;
transform: translateX(-50%);
}
// margin-bottom: 23rpx;
.arrow-icon {