From 4b3e9334b162b4e4018a30558e631c0077e8ec58 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Sat, 29 Oct 2022 14:13:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Portal/noteComment.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;