修复刷新后下移的问题
This commit is contained in:
parent
d7ab590958
commit
1cef9e1dbf
@ -63,7 +63,7 @@
|
|||||||
v-for='(i, inx) in item.children',
|
v-for='(i, inx) in item.children',
|
||||||
:id='"comment_ID_" + i.comment_ID',
|
:id='"comment_ID_" + i.comment_ID',
|
||||||
:key='inx',
|
: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
|
.comment-avatar
|
||||||
img(
|
img(
|
||||||
@ -141,7 +141,7 @@
|
|||||||
.comment-logout(@click='commentLogout') 退出
|
.comment-logout(@click='commentLogout') 退出
|
||||||
.comment-btn(@click='commentCommit("editor-reply")') 发布
|
.comment-btn(@click='commentCommit("editor-reply")') 发布
|
||||||
ins.adsbygoogle(
|
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-layout='in-article',
|
||||||
data-ad-format='fluid',
|
data-ad-format='fluid',
|
||||||
data-ad-client='ca-pub-2143583075951360',
|
data-ad-client='ca-pub-2143583075951360',
|
||||||
@ -180,7 +180,7 @@
|
|||||||
button.vue-modal-button(
|
button.vue-modal-button(
|
||||||
type='button',
|
type='button',
|
||||||
@click.stop='saveSettings',
|
@click.stop='saveSettings',
|
||||||
style='background-color: #409eff;color: #fff;'
|
style='background-color: #409eff; color: #fff'
|
||||||
)
|
)
|
||||||
| 保存
|
| 保存
|
||||||
</template>
|
</template>
|
||||||
@ -959,8 +959,8 @@ modal
|
|||||||
.postPage
|
.postPage
|
||||||
.articleDetails:not(:first-child)
|
.articleDetails:not(:first-child)
|
||||||
margin-top 30px
|
margin-top 30px
|
||||||
|
|
||||||
.articleDetails
|
.articleDetails
|
||||||
margin-top 30px
|
|
||||||
background-color #fff
|
background-color #fff
|
||||||
padding 50px 10px
|
padding 50px 10px
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user