表格修复

This commit is contained in:
RiseForever
2026-08-12 19:58:20 +08:00
parent 4087d6d4e1
commit 0c26a38586
+3 -2
View File
@@ -305,10 +305,11 @@
.prose .table-scroll::-webkit-scrollbar-thumb { border-radius: 4px; background: color-mix(in srgb, var(--color-muted) 60%, transparent); }
.prose table {
width: 100%;
width: max-content;
min-width: 100%;
margin: 0;
border-collapse: collapse;
table-layout: fixed;
table-layout: auto;
}
.prose thead {