From 1cef9e1dbfe697cfa06354dd493ee07ac23645ed Mon Sep 17 00:00:00 2001 From: yi-ge Date: Tue, 19 Oct 2021 15:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=B7=E6=96=B0=E5=90=8E?= =?UTF-8?q?=E4=B8=8B=E7=A7=BB=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/post/_id.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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