feat:隐藏持仓的时候同时隐藏颜色
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user