From caa8dca59aa6f81319d7dc7e48bc27257a335e61 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:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 88fa59e..537e8cb 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -209,14 +209,14 @@ export default { .content:deep(.github-markdown-body) { padding: 0; font-size: unset; - blockquote, - details, - dl, - ol, - p:last-child, - pre, - table, - ul { + > blockquote, + > details, + > dl, + > ol, + > p:last-child, + > pre, + > table, + > ul { margin-bottom: 0; } }