导出页优化

This commit is contained in:
xuncha
2026-03-05 14:26:37 +08:00
parent 80420302c1
commit ca972d3e28
9 changed files with 78 additions and 60 deletions

View File

@@ -112,7 +112,7 @@
}
span {
color: #fff;
color: var(--on-primary);
font-size: 14px;
font-weight: 600;
}
@@ -183,7 +183,7 @@
&.active {
background: var(--primary);
color: white;
color: var(--on-primary);
}
}