修复刷新后下移的问题

This commit is contained in:
yi-ge 2021-10-19 15:41:49 +08:00
parent d7ab590958
commit 1cef9e1dbf

View File

@ -63,7 +63,7 @@
v-for='(i, inx) in item.children',
:id='"comment_ID_" + i.comment_ID',
:key='inx',
style='margin-top: 15px; margin-left: 50px; background-color: #eeeeee; border-radius: 4px;'
style='margin-top: 15px; margin-left: 50px; background-color: #eeeeee; border-radius: 4px'
)
.comment-avatar
img(
@ -141,7 +141,7 @@
.comment-logout(@click='commentLogout') 退出
.comment-btn(@click='commentCommit("editor-reply")') 发布
ins.adsbygoogle(
style='display:block; text-align:center; margin-top:20px;',
style='display: block; text-align: center; margin-top: 20px',
data-ad-layout='in-article',
data-ad-format='fluid',
data-ad-client='ca-pub-2143583075951360',
@ -180,7 +180,7 @@
button.vue-modal-button(
type='button',
@click.stop='saveSettings',
style='background-color: #409eff;color: #fff;'
style='background-color: #409eff; color: #fff'
)
| 保存
</template>
@ -959,8 +959,8 @@ modal
.postPage
.articleDetails:not(:first-child)
margin-top 30px
.articleDetails
margin-top 30px
background-color #fff
padding 50px 10px