增加资金费率

This commit is contained in:
dekun
2026-05-22 14:00:19 +08:00
parent d7f7259ee0
commit 71ed38b32d
13 changed files with 603 additions and 14 deletions
+40 -1
View File
@@ -311,7 +311,46 @@ button:hover {
line-height: 1;
}
#chart-modal-canvas {
#chart-modal-canvas,
#funding-modal-canvas {
display: block;
background: #0d1118;
}
.funding-col {
min-width: 220px;
color: var(--muted);
font-size: 0.8rem;
}
.funding-cell {
vertical-align: middle;
padding: 0.4rem 0.5rem !important;
}
.funding-cell-inner {
display: flex;
flex-direction: column;
gap: 4px;
align-items: flex-start;
}
.funding-rate-label {
font-size: 0.82rem;
font-weight: 600;
white-space: nowrap;
}
.mini-funding-chart {
width: 200px;
height: 56px;
cursor: zoom-in;
border: 1px solid var(--border);
border-radius: 4px;
overflow: hidden;
background: #0d1118;
}
.mini-funding-chart canvas {
display: block;
}