feat: align DInSAR workflow with three-engine task pool

This commit is contained in:
2026-06-15 00:10:00 +08:00
parent b1c59051b9
commit a0388de9d4
15 changed files with 950 additions and 70 deletions
+65
View File
@@ -428,6 +428,71 @@ button:focus-visible {
font-size: 11px;
color: var(--color-text-muted);
}
.batch-engine-results,
.dinsar-engine-result-row {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-top: 6px;
}
.batch-engine-chip,
.dinsar-engine-result-chip {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 22px;
padding: 3px 8px;
border-radius: 999px;
border: 1px solid rgba(100, 116, 139, 0.24);
background: rgba(148, 163, 184, 0.1);
color: #475569;
font-size: 11px;
font-weight: 700;
line-height: 1.2;
}
.batch-engine-chip.tone-ready,
.dinsar-engine-result-chip.tone-ready {
border-color: rgba(22, 163, 74, 0.26);
background: rgba(22, 163, 74, 0.1);
color: #166534;
}
.batch-engine-chip.tone-error,
.dinsar-engine-result-chip.tone-error {
border-color: rgba(220, 38, 38, 0.26);
background: rgba(220, 38, 38, 0.1);
color: #991b1b;
}
.batch-engine-chip.tone-warn,
.dinsar-engine-result-chip.tone-warn {
border-color: rgba(217, 119, 6, 0.28);
background: rgba(245, 158, 11, 0.12);
color: #92400e;
}
.batch-engine-chip.tone-info,
.dinsar-engine-result-chip.tone-info {
border-color: rgba(37, 99, 235, 0.26);
background: rgba(37, 99, 235, 0.1);
color: #1d4ed8;
}
.dinsar-catalog-cleanup-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
}
.dinsar-catalog-cleanup-plan {
display: grid;
gap: 10px;
margin-top: 10px;
}
.batch-item select,
.batch-item input {
font-size: 12px;