style: 区分主体条纹与形态块背景

This commit is contained in:
GouJ
2026-09-02 11:05:39 +08:00
parent 12f5fc74ae
commit 6bc07b559e
4 changed files with 68 additions and 2 deletions
+11
View File
@@ -210,6 +210,17 @@
.subject-record-list > article:nth-child(odd) {
background: var(--app-control);
}
/* 形态块与所在主体条纹使用相反灰阶,避免偶数行内外同色;不增加边框或悬停态。 */
.subject-form-card {
margin-top: 12px;
padding: 16px;
min-width: 0;
overflow-wrap: anywhere;
background: var(--app-subtle);
}
.subject-record-list > article:nth-child(even) .subject-form-card {
background: var(--app-control);
}
.table-scroll {
overflow: hidden;