...
|
...
|
@@ -55,10 +55,8 @@ |
|
|
</template>
|
|
|
</RecycleScrollReveal>
|
|
|
|
|
|
<ReplaceToHome :scrolling="scrolling" class="back-to-home"></ReplaceToHome>
|
|
|
<ArticleDetailFooter ref="footer" class="detail-fixed-footer" :style="`transform: translate3d(0, ${viewMoreArticles ? '100%' : '0'}, 0)`" v-bind="footerData" @on-comment-click="onComment">
|
|
|
<template v-slot:fab>
|
|
|
<ReplaceToHome :scrolling="scrolling" class="back-to-home"></ReplaceToHome>
|
|
|
</template>
|
|
|
<template v-if="articleInfo.sort != 2" v-slot:before>
|
|
|
<div class="footer-comment">
|
|
|
<CommentPlaceholder
|
...
|
...
|
@@ -520,7 +518,7 @@ export default { |
|
|
}
|
|
|
|
|
|
.back-to-home {
|
|
|
bottom: 180px;
|
|
|
bottom: 120px;
|
|
|
}
|
|
|
|
|
|
.title-main {
|
...
|
...
|
|