| | |
| | | <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"> |
| | |
| | | </script> |
| | | |
| | | <style lang="less"> |
| | | .myContent img { |
| | | margin-bottom: -0.125rem; |
| | | img min-height: 3.5rem; |
| | | height: 3em; |
| | | } |
| | | |
| | | .samllPadding { |
| | | padding: 0px 3px 5px; |
| | | } |
| | |
| | | user-select: none; |
| | | } |
| | | |
| | | .ant-comment-nested { |
| | | margin-left: 20px; |
| | | } |
| | | |
| | | .ant-comment-avatar { |
| | | cursor: default; |
| | | } |