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