diff --git a/pages/post/_id.vue b/pages/post/_id.vue index b3038f0..8831015 100644 --- a/pages/post/_id.vue +++ b/pages/post/_id.vue @@ -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' ) | 保存 @@ -959,8 +959,8 @@ modal .postPage .articleDetails:not(:first-child) margin-top 30px + .articleDetails - margin-top 30px background-color #fff padding 50px 10px