fix(ui): 居中对齐时间线轨道内容

This commit is contained in:
fawney19
2026-01-14 15:43:01 +08:00
parent 5e4099a588
commit 1f6e384d2b

View File

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