作者 韩昌

g

... ... @@ -10,7 +10,7 @@
<view class="reply graybg">
<view class="reply-topbg">
<view class="title">回复评论</view>
<view class="graybg">
<view class="graybg1">
<view class="flexJ" style="margin-bottom: 50rpx">
<view class="flexA">
<image :src="proxy.$h.downFile(commmentDetail?.user?.avatar)" class="reply-avatar" mode="aspectFill" />
... ... @@ -115,7 +115,7 @@ onLoad((e: { id: string; detailData: string }) => {
font-weight: 700;
margin-bottom: 52rpx;
}
.graybg {
.graybg1 {
box-sizing: border-box;
padding: 28rpx 24rpx;
background: #f8f8fa;
... ...