fix: Token趋势图数值区分输入/输出颜色

This commit is contained in:
thzxx
2026-04-23 17:19:53 +08:00
parent 4070f85214
commit aa9bfa01f7
2 changed files with 18 additions and 4 deletions
+14 -3
View File
@@ -3595,14 +3595,25 @@ html, body {
cursor: default;
}
.td-bar-value {
.td-bar-values {
display: flex;
flex-direction: column;
align-items: center;
gap: 1px;
margin-bottom: 2px;
font-size: 9px;
font-family: var(--font-mono);
color: var(--text-secondary);
margin-bottom: 2px;
white-space: nowrap;
}
.td-val-output {
color: #E8734A;
}
.td-val-input {
color: #9B7ED8;
}
.td-bar {
width: 100%;
border-radius: 4px 4px 0 0;