feat:隐藏持仓的时候同时隐藏颜色

This commit is contained in:
hzm
2026-03-12 23:01:39 +08:00
parent 2816a6c0dd
commit 5981440881
4 changed files with 21 additions and 10 deletions

View File

@@ -1025,6 +1025,12 @@ input[type="number"] {
color: var(--success);
}
.mask-text,
.up .mask-text,
.down .mask-text {
color: var(--text) !important;
}
.list {
display: grid;
grid-template-columns: repeat(2, 1fr);