Authored by htoo

fix(comment): 调整评论

... ... @@ -289,8 +289,8 @@ export default {
}
.reply-more {
text-align: right;
color: #999;
text-align: left;
color: #222;
}
}
}
... ...
... ... @@ -62,7 +62,7 @@
</Scroll>
</div>
</div>
<div class="comment-footer" v-if="!firstLoading">
<div class="comment-footer">
<CommentPlaceholderActionSheet
class="comment-input"
:dest-id="destId"
... ... @@ -360,7 +360,7 @@ export default {
.comment-list {
width: 100%;
height: 100%;
height: calc(100% - 100px);
overflow: hidden;
background-color: #fff;
display: flex;
... ...
... ... @@ -17,23 +17,6 @@
:authorUid="authorUid"
:authorName="authorName">
</CommentList>
<!-- <div class="footer-comment">-->
<!-- <CommentPlaceholder-->
<!-- ref="commentInput"-->
<!-- :share="share"-->
<!-- class="comment-input hover-opacity"-->
<!-- :dest-id="articleInfo.articleId"-->
<!-- :add-type="0"-->
<!-- :article-id="articleInfo.articleId"-->
<!-- :pos-id="posId"-->
<!-- :column-type="1001"-->
<!-- :autoUpdate="false"-->
<!-- :user="articleInfo.authorName"-->
<!-- @on-comment="onCommentInput">-->
<!-- 添加评论...-->
<!-- </CommentPlaceholder>-->
<!-- </div>-->
</Layout>
</template>
... ...
... ... @@ -31,7 +31,7 @@
<LayoutTitle v-if="listTitle" class="rec-article-title">{{listTitle}}</LayoutTitle>
</div>
<YohoActionSheet transfer v-if="showCommentAction" ref="commentAction" :full="true">
<YohoActionSheet transfer v-if="showCommentAction" ref="commentAction" :full="true" :height="540">
<Comment ref="comment"
:destId="data.articleId"
:popup="true"
... ...