inleft
2022-07-14 e45377e8f94faf25a98b9e5a645055b5fade4818
src/components/mini/box12-comment.vue
@@ -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>