inleft
2022-08-16 b72b2ea324a3ab0e94b987bf98024bd884d25f33
调整子评论间距
1 files modified
12 ■■■■■ changed files
src/components/mini/box12-comment.vue 12 ●●●●● patch | view | raw | blame | history
src/components/mini/box12-comment.vue
@@ -41,7 +41,7 @@
                        <div class="samllPadding">:</div>
                    </div>
                    <p :id="temp.id" slot="content">{{temp.commentContent}}</p>
                    <p :id="temp.id" slot="content" v-html="temp.commentContent" class="myContent"></p>
                    <a-comment v-for="tempData in temp.replyList">
                        <div slot="actions" key="comment-nested-reply-to" class="actionList">
@@ -180,6 +180,12 @@
</script>
<style lang="less">
    .myContent img {
        margin-bottom: -0.125rem;
        img min-height: 3.5rem;
        height: 3em;
    }
    .samllPadding {
        padding: 0px 3px 5px;
    }
@@ -228,6 +234,10 @@
            user-select: none;
        }
        .ant-comment-nested {
            margin-left: 20px;
        }
        .ant-comment-avatar {
            cursor: default;
        }