添加 前端BlogContent对表格的样式支持
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user