修复中控保本状态

This commit is contained in:
dekun
2026-06-03 16:41:48 +08:00
parent cf3e2ee1c9
commit d9b1b324f9
3 changed files with 78 additions and 7 deletions
+18
View File
@@ -858,6 +858,24 @@ body.market-chart-fs-open {
color: #4cd97f;
}
.pos-breakeven-badge {
display: inline-flex;
align-items: center;
margin-left: 6px;
padding: 2px 8px;
border-radius: 6px;
font-size: 11px;
font-weight: 600;
background: #1a3d2e;
color: #4cd97f;
vertical-align: middle;
white-space: nowrap;
}
.data-table .td-symbol {
white-space: nowrap;
}
.hub-pos-card .pos-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);