修改评论区添加处理

master
于肖磊 2025-09-19 16:46:44 +08:00
parent 09a40832e3
commit 48170b2892
1 changed files with 11 additions and 12 deletions

View File

@ -79,9 +79,13 @@
</view>
</scroll-view>
<view class="comment-input-container">
<view class="flex-col jc-c">
<view class="comment-input-content flex-col jc-c">
<view class="flex-row align-c gap-10 wh-auto ht-auto">
<input class="comment-input" type="text" placeholder="说点什么..." @confirm="send_comment" />
<input class="comment-input" type="text" placeholder="请输入您的精彩评论" @confirm="send_comment" />
<view style="font-size:32rpx">@</view>
<view>
<iconfont name="icon-layout-module-single-images" size="32rpx" color="#999"></iconfont>
</view>
</view>
</view>
</view>
@ -639,21 +643,16 @@
}
.comment-input {
flex: 1;
font-size: 28rpx;
}
.comment-input-content {
flex: 1;
border: 2rpx solid #eee;
border-radius: 8rpx;
padding: 16rpx;
font-size: 28rpx;
}
.send-btn {
margin-left: 20rpx;
padding: 16rpx 30rpx;
background-color: #ff4757;
color: white;
border: none;
border-radius: 8rpx;
font-size: 28rpx;
}
</style>