mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
style(ui): 将请求链路轨道布局从居中改为两端对齐
fix #94 Co-Authored-By: AAEE86 <AAEE86@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user