feat: unify track and telemetry workbenches

This commit is contained in:
lingniu
2026-07-19 06:29:55 +08:00
parent 4bd1ad8a85
commit f2fe5404d9
6 changed files with 146 additions and 25 deletions

View File

@@ -21129,6 +21129,75 @@
box-shadow: none;
}
.v2-track-detail-sidesheet.v2-workspace-editor-sidesheet .v2-workspace-config-body,
.v2-track-detail-sidesheet.v2-workspace-editor-sidesheet .v2-workspace-config-content,
.v2-track-detail-sidesheet.v2-workspace-editor-sidesheet .v2-track-rail {
height: 100%;
}
.v2-track-detail-sidesheet.v2-workspace-editor-sidesheet .v2-workspace-config-title small {
font-variant-numeric: tabular-nums;
}
.v2-telemetry-evidence-sidesheet .v2-workspace-config-content {
padding: 10px;
}
.v2-telemetry-evidence-sidesheet .v2-workspace-config-summary > span:first-child strong {
overflow: visible;
}
.v2-telemetry-evidence-sidesheet .v2-telemetry-detail-protocol.semi-tag {
min-height: 22px;
margin: 0;
border-radius: 999px;
font-size: 9px;
}
.v2-telemetry-evidence-sidesheet .v2-telemetry-value-detail {
gap: 10px;
}
.v2-telemetry-evidence-sidesheet .v2-telemetry-value-meta.semi-descriptions,
.v2-telemetry-evidence-sidesheet .v2-telemetry-value-detail > section {
border-color: #dce5ef;
border-radius: 11px;
box-shadow: 0 7px 20px rgba(31, 53, 80, .045);
}
.v2-telemetry-evidence-sidesheet .v2-telemetry-value-detail pre {
min-height: 220px;
max-height: none;
overflow: visible;
}
@media (max-width: 680px) {
.v2-telemetry-evidence-sidesheet .v2-workspace-config-content {
padding: 8px;
}
.v2-telemetry-evidence-sidesheet .v2-telemetry-value-meta .semi-descriptions-item {
min-width: 112px;
}
.v2-telemetry-evidence-sidesheet .v2-telemetry-value-detail > section > header {
min-height: 50px;
align-items: center;
flex-direction: row;
padding: 8px 10px 8px 12px;
}
.v2-telemetry-evidence-sidesheet .v2-telemetry-value-detail > section > header .semi-button {
width: auto;
min-width: 108px;
}
.v2-telemetry-evidence-sidesheet .v2-telemetry-value-detail pre {
min-height: 260px;
font-size: 9px;
}
}
.v2-history-export-sidesheet .v2-export-jobs.semi-card {
min-height: 100%;
border-color: #dce5ef;