fix: 表格 header 行添加视觉区分样式

This commit is contained in:
MikiVL 2026-05-05 03:53:42 +08:00
parent 2ffc6e64c1
commit 08ae311f3a

View File

@ -136,8 +136,8 @@
/* Table */ /* Table */
.ProseMirror table { border-collapse: collapse; width: 100%; margin: 0.75em 0; font-size: 0.9em; } .ProseMirror table { border-collapse: collapse; width: 100%; margin: 0.75em 0; font-size: 0.9em; }
.ProseMirror th, .ProseMirror td { border: 1px solid var(--border); padding: 0.5em 0.75em; text-align: left; } .ProseMirror th, .ProseMirror td { border: 1px solid var(--border); padding: 0.5em 0.75em; text-align: left; min-width: 80px; }
.ProseMirror th { background: var(--bg-muted); font-weight: 600; } .ProseMirror th { background: var(--bg-muted); font-weight: 600; color: var(--text); border-bottom: 2px solid var(--border); }
/* Placeholder */ /* Placeholder */
.ProseMirror p.is-editor-empty:first-child::before { .ProseMirror p.is-editor-empty:first-child::before {