feat: expand header stats with total funds and profit-loss ratio

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-07 02:14:18 +08:00
parent 659c0969fe
commit 814fe67a21
10 changed files with 138 additions and 10 deletions
+2 -2
View File
@@ -604,7 +604,7 @@ html[data-theme="light"] .theme-toggle-btn.is-active {
.instance-header-stats {
display: grid;
grid-template-columns: repeat(7, minmax(0, 1fr));
grid-template-columns: repeat(9, minmax(0, 1fr));
gap: 0;
margin-top: 12px;
padding: 14px 0 12px;
@@ -667,7 +667,7 @@ html[data-theme="light"] .theme-toggle-btn.is-active {
@media (max-width: 1100px) {
.instance-header-stats {
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-columns: repeat(3, minmax(0, 1fr));
row-gap: 10px;
}