From a4322aaaed48b87d151d7a5b2971b904fe9891c8 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Sat, 31 Aug 2024 16:24:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=9A=E5=AE=A2=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/src/views/BlogContent.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tonecn/src/views/BlogContent.vue b/tonecn/src/views/BlogContent.vue index 7e9a57b..0c346d6 100644 --- a/tonecn/src/views/BlogContent.vue +++ b/tonecn/src/views/BlogContent.vue @@ -66,7 +66,7 @@ onMounted(async () => {
- + @@ -128,11 +128,11 @@ onMounted(async () => { } #blogContentContainer h1, -h2, -h3, -h4, -h5, -h6 { +#blogContentContainer h2, +#blogContentContainer h3, +#blogContentContainer h4, +#blogContentContainer h5, +#blogContentContainer h6 { border-bottom: 1px solid #ddd; } \ No newline at end of file