This commit is contained in:
Vanessa 2023-12-27 22:36:11 +08:00
parent dbd3719736
commit df0e273a50
3 changed files with 10 additions and 3 deletions

View file

@ -12,5 +12,10 @@
border: 1px solid var(--b3-list-hover);
box-sizing: border-box;
}
.table th,
.table td {
background-color: transparent;
}
}
}