This commit is contained in:
zhaofang
2022-10-29 14:13:42 +08:00
parent b1bb55d0ee
commit 4b3e9334b1

View File

@@ -69,7 +69,7 @@
</div>
</div>
<!--发布回复-->
<div v-if="replyInfo.parentId==reply.id" class="comment-reply" style="padding-bottom: 5px;">
<div v-if="replyInfo.parentId==reply.id" class="comment-reply" style="padding-bottom: 5px;margin-top: 20px;">
<div style="width:100%;display:flex;">
<div style="flex: 1;">
<el-input show-word-limit class="hideControl" type="textarea" v-model="replyInfo.content" maxlength="100" placeholder="回复内容..."></el-input>
@@ -380,7 +380,6 @@
})
// let ids = res.result.list.map(item=>item.sysCreateAid);
const noReapetIds=[...new Set(ids)]
console.log(noReapetIds,'noReapetIds');
this.loadAuthorInfo(res.result.list,noReapetIds);
item.replyList.push(...res.result.list);
}
@@ -805,7 +804,7 @@
.comment{
margin-top: 20px;
background-color: #FFFFFF;
margin-bottom: 20px;
margin-bottom: 30px;
// border-bottom: 1px solid #dddddd;
.comment-top{
display: flex;