diff --git a/src/components/Portal/noteComment.vue b/src/components/Portal/noteComment.vue index ae75b1e5..c3d2a6f7 100644 --- a/src/components/Portal/noteComment.vue +++ b/src/components/Portal/noteComment.vue @@ -69,7 +69,7 @@ -
+
@@ -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;