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

This commit is contained in:
2024-10-16 01:41:27 +08:00
parent 44a7938e66
commit 25bb2eb0b5

View File

@@ -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];
}
</style>