From 8ce7030862d0045737ca27087956985ffc2d6a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Wed, 29 Mar 2023 19:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E5=A4=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 537e8cb..76d9392 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -209,14 +209,7 @@ export default { .content:deep(.github-markdown-body) { padding: 0; font-size: unset; - > blockquote, - > details, - > dl, - > ol, - > p:last-child, - > pre, - > table, - > ul { + > p:last-child { margin-bottom: 0; } }