From e3eef8e23f6ae37223b5cc0b58908deff345a773 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Wed, 16 Oct 2024 22:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=8D=9A=E5=AE=A2=E5=86=85=E5=AE=B9=E7=A9=BA=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/src/views/BlogContent.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tonecn/src/views/BlogContent.vue b/tonecn/src/views/BlogContent.vue index 79ff2a5..fd40b67 100644 --- a/tonecn/src/views/BlogContent.vue +++ b/tonecn/src/views/BlogContent.vue @@ -86,7 +86,9 @@ onUnmounted(() => {
加载中,请稍后...
- +
+ +

{{ blogInfo.title }}

@@ -173,7 +175,7 @@ onUnmounted(() => { } #blogContentContainer table thead th { - @apply border-[2px] ; + @apply border-[2px]; } #blogContentContainer table td { @@ -183,5 +185,4 @@ onUnmounted(() => { #blogContentContainer a { @apply dark:text-white; } - \ No newline at end of file