style: 区分主体条纹与形态块背景
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user