优化markdown表格的显示

This commit is contained in:
mjsoftware 2025-01-17 09:49:45 +08:00
parent 74664a5e4b
commit 5b2dffae9d
2 changed files with 14 additions and 1 deletions

View File

@ -3722,6 +3722,13 @@ button.swiper-pagination-bullet {
overflow: hidden;
font-size: 0.95em;
thead {
th {
font-weight: 500;
background: var(--bg-z);
}
}
td,
th {
padding: 8px;
@ -3737,6 +3744,12 @@ button.swiper-pagination-bullet {
background: var(--bg-z);
}
&:not([style]) {
td {
text-align: center;
}
}
//&:nth-child(2n) {
// background: var(--bg-j);
//}

File diff suppressed because one or more lines are too long