fix: restore carrier reporting status summaries

This commit is contained in:
hectorzhao
2026-09-02 10:27:29 +08:00
parent 9e34757d6f
commit cd824999f3
9 changed files with 58 additions and 28 deletions
+9 -3
View File
@@ -2072,24 +2072,30 @@
.enterprise-signature-table__sortable { gap: 4px; }
.enterprise-signature-table__sort-actions { gap: 2px; }
.enterprise-signature-table__sort-actions .ui-button { min-height: 26px; min-width: 26px; padding: 4px; }
.enterprise-signature-table__sort-triangle--down { transform: rotate(180deg); }
.enterprise-signature-table__signature { min-width: 0; }
.enterprise-signature-table__signature strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.carrier-report-count {
align-items: center;
border-radius: var(--radius-sm);
display: inline-flex;
display: inline-grid;
font-size: var(--font-size-xs);
font-variant-numeric: tabular-nums;
font-weight: var(--font-weight-semibold);
gap: 1px;
justify-content: center;
min-width: 40px;
padding: 4px 7px;
justify-items: center;
line-height: 1.2;
min-width: 64px;
padding: 4px 6px;
}
.carrier-report-count small { font-size: 11px; font-weight: var(--font-weight-medium); opacity: .82; }
.carrier-report-count--success { background: var(--color-success-soft); color: var(--color-success); }
.carrier-report-count--warning { background: var(--color-warning-soft); color: var(--color-warning); }
.carrier-report-count--danger { background: var(--color-danger-soft); color: var(--color-danger); }
.carrier-report-count--info { background: var(--color-info-soft); color: var(--color-info); }
.carrier-report-count--neutral { background: var(--color-surface-subtle); color: var(--color-text-subtle); }
.signature-report-status {