ai页面审核问题修改
This commit is contained in:
@@ -184,7 +184,6 @@
|
|||||||
src="/static/icon/addGroup.png"
|
src="/static/icon/addGroup.png"
|
||||||
></image>
|
></image>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- sendmessgae Button-->
|
<!-- sendmessgae Button-->
|
||||||
<view class="btn-box purple" v-if="textInput && !isTyping" @click="sendMessage">
|
<view class="btn-box purple" v-if="textInput && !isTyping" @click="sendMessage">
|
||||||
<image class="send-btn" src="/static/icon/send3.png"></image>
|
<image class="send-btn" src="/static/icon/send3.png"></image>
|
||||||
@@ -199,6 +198,7 @@
|
|||||||
<view class="btn-box-round"></view>
|
<view class="btn-box-round"></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="ai-tips">本服务为AI生成内容,结果仅供参考</view>
|
||||||
<!-- btn -->
|
<!-- btn -->
|
||||||
<CollapseTransition :show="showfile">
|
<CollapseTransition :show="showfile">
|
||||||
<view class="area-tips">
|
<view class="area-tips">
|
||||||
@@ -1021,13 +1021,26 @@ image-margin-top = 40rpx
|
|||||||
}
|
}
|
||||||
.input-area {
|
.input-area {
|
||||||
padding: 32rpx 28rpx 24rpx 28rpx;
|
padding: 32rpx 28rpx 24rpx 28rpx;
|
||||||
padding-bottom: calc(24rpx + env(safe-area-inset-bottom) + 40rpx - 40rpx);
|
/* #ifdef H5 */
|
||||||
|
padding-bottom: calc(24rpx + env(safe-area-inset-bottom) + 70rpx);
|
||||||
|
/* #endif */
|
||||||
|
/* #ifdef MP-WEIXIN */
|
||||||
|
/* 小程序不支持CSS中的本地图片,使用image标签替代 */
|
||||||
|
padding-bottom: calc(24rpx + env(safe-area-inset-bottom) + 40rpx - 50rpx);
|
||||||
|
/* #endif */
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0rpx -4rpx 10rpx 0rpx rgba(11,44,112,0.06);
|
box-shadow: 0rpx -4rpx 10rpx 0rpx rgba(11,44,112,0.06);
|
||||||
transition: height 2s ease-in-out;
|
transition: height 2s ease-in-out;
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
}
|
}
|
||||||
|
.ai-tips{
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #8c8c8c;
|
||||||
|
line-height: 33rpx;
|
||||||
|
margin-top: 18rpx;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
.input-area::after
|
.input-area::after
|
||||||
position: absolute
|
position: absolute
|
||||||
content: ''
|
content: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user