fix: align reporting filters and carrier quality
This commit is contained in:
@@ -522,6 +522,17 @@
|
||||
color: var(--color-selected);
|
||||
}
|
||||
|
||||
.ui-query-actions {
|
||||
align-items: end;
|
||||
display: flex;
|
||||
gap: var(--space-3);
|
||||
}
|
||||
|
||||
.ui-query-actions .ui-button {
|
||||
flex: 0 0 88px;
|
||||
width: 88px;
|
||||
}
|
||||
|
||||
.ui-pagination {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
||||
+17
-1
@@ -7489,7 +7489,20 @@ h3 {
|
||||
.report-import-profile .field { min-width: 320px; }
|
||||
.report-import-preview pre { max-height: 240px; overflow: auto; padding: 12px; background: #111827; color: #d1fae5; border-radius: 8px; font-size: 11px; }
|
||||
|
||||
.report-material-filter { display: grid; grid-template-columns: 220px minmax(280px, 1fr) auto; gap: 14px; align-items: end; }
|
||||
.report-material-filter {
|
||||
align-items: end;
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.report-material-filter--pending {
|
||||
grid-template-columns: 160px minmax(200px, 260px) minmax(320px, 1fr) auto;
|
||||
}
|
||||
|
||||
.report-material-filter--batches {
|
||||
grid-template-columns: minmax(220px, 260px) 300px auto;
|
||||
justify-content: start;
|
||||
}
|
||||
.report-material-pool { overflow: hidden; padding: 0; }
|
||||
.report-material-table-head,
|
||||
.report-material-row { display: grid; grid-template-columns: 28px minmax(260px, 1.5fr) minmax(180px, 1fr) 90px 160px; gap: 12px; align-items: center; padding: 12px 16px; }
|
||||
@@ -7518,6 +7531,9 @@ h3 {
|
||||
|
||||
@media (max-width: 980px) {
|
||||
.channel-field-mapping-grid, .report-import-basic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
||||
.report-material-filter--pending,
|
||||
.report-material-filter--batches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
||||
.report-material-filter .ui-query-actions { grid-column: 1 / -1; }
|
||||
.report-material-table-head, .report-material-row { grid-template-columns: 28px minmax(220px, 1.5fr) minmax(160px, 1fr); }
|
||||
.report-material-table-head > :nth-child(n+4), .report-material-row > :nth-child(n+4) { display: none; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user