From 25bb2eb0b56b4c70e33189ec16741c57af0f8e31 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Wed, 16 Oct 2024 01:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E5=89=8D=E7=AB=AFBlogCont?= =?UTF-8?q?ent=E5=AF=B9=E8=A1=A8=E6=A0=BC=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/src/views/BlogContent.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tonecn/src/views/BlogContent.vue b/tonecn/src/views/BlogContent.vue index af043a5..06fd56f 100644 --- a/tonecn/src/views/BlogContent.vue +++ b/tonecn/src/views/BlogContent.vue @@ -171,4 +171,13 @@ onUnmounted(() => { #blogContentContainer pre { @apply text-[12px] rounded-[8px] shadow; } + +#blogContentContainer table thead th { + @apply border-[2px] ; +} + +#blogContentContainer table td { + @apply border-[1px] p-[5px]; + +} \ No newline at end of file