修复中控保本状态
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user