From d7ab5909581e793f8f5c8bdce5b67f237f9a7eca Mon Sep 17 00:00:00 2001 From: yi-ge Date: Tue, 19 Oct 2021 15:17:23 +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 --- layouts/common.styl | 4 +++- pages/post/_id.vue | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/common.styl b/layouts/common.styl index 44bd288..e1bffc2 100644 --- a/layouts/common.styl +++ b/layouts/common.styl @@ -416,9 +416,11 @@ input:-moz-placeholder // 文章列表 .pageList + .articleList:not(:first-child) + margin-top 30px + .articleList background-color #fff - margin-top 30px .articleImgs width 100% diff --git a/pages/post/_id.vue b/pages/post/_id.vue index ab7e2aa..b3038f0 100644 --- a/pages/post/_id.vue +++ b/pages/post/_id.vue @@ -957,6 +957,8 @@ modal display none .postPage + .articleDetails:not(:first-child) + margin-top 30px .articleDetails margin-top 30px background-color #fff