统一前端页面蓝灰换皮样式

This commit is contained in:
wjj
2026-04-03 11:00:33 +08:00
parent 8190946a87
commit 03282c9b69
22 changed files with 412 additions and 202 deletions

View File

@@ -251,7 +251,7 @@ export default {
.risk-people-section {
margin-bottom: 0;
padding-top: 18px;
border-top: 1px solid #eef2f7;
border-top: 1px solid var(--ccdi-line);
}
.section-toolbar {
@@ -267,8 +267,8 @@ export default {
}
:deep(.people-table th) {
background: #f8fafc;
color: #64748b;
background: #f7fafd;
color: var(--ccdi-text-secondary);
}
.risk-point-tag-list {
@@ -283,6 +283,6 @@ export default {
}
.empty-text {
color: #94a3b8;
color: var(--ccdi-text-muted);
}
</style>