From 2795bef55b825acd0065d991e835c5f616ec4724 Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Fri, 05 Aug 2022 18:25:35 +0800
Subject: [PATCH] mini消息盒子

---
 src/components/mini/box12-comment.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/mini/box12-comment.vue b/src/components/mini/box12-comment.vue
index 4137c73..8749aff 100644
--- a/src/components/mini/box12-comment.vue
+++ b/src/components/mini/box12-comment.vue
@@ -6,7 +6,7 @@
 			<replyBox ref="replyBoxId" v-bind="$attrs" @sendMsg="sendMsg()"></replyBox>
 		</a-modal>
 
-		<div class="mySecret" style="max-height:350px ;" v-if="commentListData.length==0">
+		<div class="mySecret" style="max-height:250px ;" v-if="commentListData.length==0">
 			<p>空空如也..</p>
 		</div>
 		<div v-for="temp in commentListData" class="commentList">
@@ -33,7 +33,7 @@
 						<div class="samllPadding">:</div>
 					</div>
 
-					<p slot="content">{{temp.commentContent}}</p>
+					<p :id="temp.id" slot="content">{{temp.commentContent}}</p>
 
 					<a-comment v-for="tempData in temp.replyList">
 						<div slot="actions" key="comment-nested-reply-to" class="actionList">
@@ -67,7 +67,7 @@
 								</a-tooltip>
 							</div>
 						</div>
-						<p slot="content">{{tempData.commentContent}}</p>
+						<p :id="tempData.id" slot="content">{{tempData.commentContent}}</p>
 					</a-comment>
 				</a-comment>
 

--
Gitblit v1.9.1