优化结果总览标题层级与人员区标题

This commit is contained in:
wkc
2026-03-27 15:05:59 +08:00
parent 966754e8c6
commit e7ad46edaf
9 changed files with 163 additions and 24 deletions

View File

@@ -262,21 +262,25 @@ export default {
.risk-overview-card {
margin-bottom: 16px;
padding: 24px 20px 20px;
}
.section-header {
margin-bottom: 16px;
margin-bottom: 18px;
padding-left: 12px;
border-left: 4px solid #2563eb;
}
.section-title {
font-size: 16px;
font-weight: 600;
color: #1f2937;
font-size: 20px;
line-height: 28px;
font-weight: 700;
color: #0f172a;
}
.section-subtitle {
margin-top: 4px;
margin-top: 6px;
font-size: 12px;
color: #94a3b8;
color: #64748b;
}
</style>