unify Semi UI track evidence

This commit is contained in:
lingniu
2026-07-18 22:05:21 +08:00
parent e40eabac92
commit fd5e16c36c
4 changed files with 25 additions and 7 deletions

View File

@@ -8906,7 +8906,7 @@ button, a { -webkit-tap-highlight-color: transparent; }
background: linear-gradient(135deg, #f8fafc 0%, #f4f8fd 100%);
padding: 8px 9px;
}
.v2-track-source-item .semi-tag { width: max-content; max-width: 100%; overflow: hidden; border-radius: 6px; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.v2-track-source-item .v2-track-protocol-tag.semi-tag { width: max-content; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v2-track-source-item > strong { color: #3e526a; font-size: 10px; text-align: right; font-variant-numeric: tabular-nums; }
.v2-track-source-item > small { grid-column: 1 / -1; color: #8795a7; font-size: 8px; font-variant-numeric: tabular-nums; }
@@ -8917,7 +8917,7 @@ button, a { -webkit-tap-highlight-color: transparent; }
.v2-track-evidence-list button small,
.v2-track-evidence-list .v2-track-list-action .semi-button-content > em { font-size: 10px; }
.v2-track-source-list .v2-track-source-item.semi-list-item { min-height: 54px; padding: 9px 10px; }
.v2-track-source-item .semi-tag,
.v2-track-source-item .v2-track-protocol-tag.semi-tag,
.v2-track-source-item > small { font-size: 9px; }
.v2-track-source-item > strong { font-size: 11px; }
}

View File

@@ -814,6 +814,10 @@
font-size: 10px;
}
.v2-track-current-evidence .v2-track-protocol-tag.semi-tag {
border-radius: 999px;
}
.v2-track-current-evidence > span {
display: inline-flex;
min-width: 0;