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