fix: 提示信息,内容由AI生成

This commit is contained in:
杨航
2025-11-26 13:57:55 +08:00
parent b33eaa9acd
commit cba10d89c9
+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 {