style(ui): 将请求链路轨道布局从居中改为两端对齐

fix #94

Co-Authored-By: AAEE86 <AAEE86@users.noreply.github.com>
This commit is contained in:
fawney19
2026-01-15 02:43:05 +08:00
parent 5d34426428
commit c51f94ee87

View File

@@ -756,7 +756,7 @@ const getStatusColorClass = (status: string) => {
.minimal-track {
display: flex;
align-items: center;
justify-content: center;
justify-content: space-between;
gap: 64px;
padding: 2rem;
overflow-x: auto;