mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
提交
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user