fix: unify instance header panel layout for toolbar and stats

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-07 01:44:45 +08:00
parent 6547029a89
commit a1096155b8
6 changed files with 203 additions and 109 deletions
+2 -3
View File
@@ -17,7 +17,7 @@
<link rel="manifest" href="/static/icons/manifest.webmanifest">
<title>{{ exchange_display }} · 加密货币 | 交易监控复盘系统</title>
<link rel="stylesheet" href="/static/instance_page.css?v=1">
<link rel="stylesheet" href="/static/instance_theme.css?v=55">
<link rel="stylesheet" href="/static/instance_theme.css?v=56">
</head>
<body
@@ -66,8 +66,7 @@
{% with msg=get_flashed_messages() %}{% if msg %}<div class="flash">{{ msg[0] }}</div>{% endif %}{% endwith %}
{% if page != 'settings' %}
{% include 'instance_toolbar_row.html' %}
{% include 'instance_stats_strip.html' %}
{% include 'instance_header_panel.html' %}
{% endif %}
{% if page != 'settings' %}
{% include 'instance_top_bar.html' %}