添加 前端BlogContent对表格的样式支持

This commit is contained in:
2024-10-16 01:41:27 +08:00
parent 8061f3d292
commit ed64e2b846

View File

@@ -171,4 +171,13 @@ onUnmounted(() => {
#blogContentContainer pre { #blogContentContainer pre {
@apply text-[12px] rounded-[8px] shadow; @apply text-[12px] rounded-[8px] shadow;
} }
#blogContentContainer table thead th {
@apply border-[2px] ;
}
#blogContentContainer table td {
@apply border-[1px] p-[5px];
}
</style> </style>