feat: sort spans with startTime or spanId in a segment (#100)

This commit is contained in:
Fine0830
2022-05-26 13:04:43 +08:00
committed by GitHub
parent b34c0b0c72
commit 74cb089271
11 changed files with 68 additions and 34 deletions

View File

@@ -56,7 +56,7 @@ function loadTrees(l: boolean) {
.item {
height: 100%;
width: calc(100% - 300px);
flex-grow: 2;
overflow: auto;
}