feat: adjust table styles for markdown

This commit is contained in:
RockYang 2023-11-07 12:02:16 +08:00
parent 848a10c3a8
commit 4a81826d19

View File

@ -125,6 +125,31 @@ export default defineComponent({
p:first-child { p:first-child {
margin-top 0 margin-top 0
} }
//
table {
width 100%
margin-bottom 1rem
color #212529
border-collapse collapse;
border 1px solid #dee2e6;
background-color #ffffff
thead {
th {
border 1px solid #dee2e6
vertical-align: bottom
border-bottom: 2px solid #dee2e6
padding 10px
}
}
td {
border 1px solid #dee2e6
padding 10px
}
}
} }