Merge branch 'DEV-20251115' of http://25.13.9.101:9000/K17_AITS/tra-app into DEV-20251115
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user