🎨 table 表头固定

This commit is contained in:
Vanessa 2024-10-19 17:55:17 +08:00
parent 1a6c720bb5
commit 1618368a00

View file

@ -323,6 +323,10 @@
z-index: 2;
box-shadow: 0 -1px 0 var(--b3-border-color) inset, 0 -1px 0 0 var(--b3-border-color);
background-color: var(--b3-theme-background);
th {
border-top: 0;
}
}
}