修改H1-H6和表格,strong字体
This commit is contained in:
5
app/components/content/ProseTh.vue
Normal file
5
app/components/content/ProseTh.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<th class=" bg-gray-100 dark:bg-gray-800 border border-gray-200 dark:border-gray-700 py-2">
|
||||
<slot />
|
||||
</th>
|
||||
</template>
|
Reference in New Issue
Block a user