feat: 手续费改为逐笔USD累算 + Vite React前端 + system_orders表 + README

This commit is contained in:
jackyu66git
2026-05-04 04:34:27 +08:00
parent 15a4684208
commit 0288dc8284
18 changed files with 2919 additions and 521 deletions
-20
View File
@@ -135,26 +135,6 @@ tr:hover td { background: rgba(88, 166, 255, 0.05); }
.text-dim { color: var(--text-dim); }
.text-right { text-align: right; }
/* Chart controls */
.chart-controls {
display: flex;
gap: 8px;
margin-bottom: 10px;
}
.chart-controls select {
background: var(--bg);
color: var(--text);
border: 1px solid var(--border);
border-radius: 4px;
padding: 4px 8px;
font-size: 13px;
cursor: pointer;
}
.chart-container {
position: relative;
height: 300px;
}
/* Scrollbar */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }