feat(portal): export workforce index evidence

This commit is contained in:
igor04091968
2026-06-03 15:40:27 +03:00
parent 468496f83a
commit d155aed779
5 changed files with 388 additions and 1 deletions
@@ -223,6 +223,35 @@ h1 {
grid-template-columns: minmax(140px, 1fr) minmax(260px, 2fr) auto;
}
.audit-block,
.employee-drilldown,
.audit-note {
margin-top: 12px;
padding-top: 12px;
border-top: 1px solid var(--line);
}
.audit-block h4,
.employee-drilldown h4 {
margin: 0 0 6px;
font-size: 14px;
}
.audit-note {
display: grid;
gap: 4px;
}
.employee-index-row {
grid-template-columns: minmax(140px, 1fr) minmax(280px, 2fr) auto;
}
.report-actions {
display: flex;
justify-content: flex-end;
margin: 10px 0;
}
.compact-list {
gap: 6px;
}
@@ -318,6 +347,24 @@ pre {
.incident-row { grid-template-columns: 1fr; }
.evidence-row { grid-template-columns: 1fr; }
.app-weight-row { grid-template-columns: 1fr; }
.employee-index-row { grid-template-columns: 1fr; }
.section-head { flex-direction: column; }
.actions { justify-content: flex-start; }
}
@media print {
body { background: #fff; }
.tabs,
.report-actions,
.links,
.small-button { display: none !important; }
.shell {
max-width: none;
padding: 0;
}
.card,
.content-panel {
break-inside: avoid;
border-color: #cbd5e1;
}
}