feat: optimize routing and operations views

This commit is contained in:
hectorzhao
2026-07-29 22:32:28 +08:00
parent 500f43f673
commit c0a4317a7e
21 changed files with 718 additions and 86 deletions
+17
View File
@@ -6437,6 +6437,23 @@ h3 {
padding: 0;
}
.sms-audit-cell-stack {
align-items: flex-start;
display: grid;
gap: var(--space-2);
min-width: 0;
}
.sms-audit-cell-stack small {
color: var(--color-text-muted);
line-height: var(--line-height-base);
}
.sms-audit-cell-stack .table-link {
justify-self: start;
text-align: left;
}
.sms-audit-head,
.sms-audit-row {
display: grid;