Phone-only: funds strip, hide list filter, slim options columns, fix order dialog.

This commit is contained in:
dekun
2026-07-27 07:26:34 +08:00
parent f04a91efe6
commit 6886de0bad
3 changed files with 66 additions and 17 deletions
@@ -1,7 +1,7 @@
{# 统一顶栏:状态 + 筛选(上)· 统计条(下) #}
<div class="instance-header-panel card">
<div class="instance-header-toolbar">
<div class="instance-header-toolbar-filter">
<div class="instance-header-toolbar-filter instance-desktop-only">
<span class="list-window-label" title="列表按 UTC 时间筛选,默认本月">UTC {{ list_window.label }}</span>
<label class="list-window-preset">预设
<select id="win-preset-select" onchange="toggleListWindowCustom()">
@@ -42,17 +42,13 @@
<em>交易</em>
<b data-funds-field="current-capital">{{ funds_fmt(current_capital) }}U</b>
</span>
<span class="inst-phone-chip">
<em>资金</em>
<b data-funds-field="total-capital">{% if funding_usdt is not none %}{{ funds_fmt(funding_usdt) }}U{% else %}—{% endif %}</b>
</span>
<span class="inst-phone-chip">
<em>总资</em>
<b data-funds-field="total-funds">{% if total_funds is not none %}{{ funds_fmt(total_funds) }}U{% else %}—{% endif %}</b>
</span>
<span class="inst-phone-chip">
<em>胜率</em>
<b data-funds-field="stat-rate">{{ rate }}%</b>
</span>
<span class="inst-phone-chip inst-phone-chip--pnl">
<em>浮盈</em>
<b data-funds-field="realtime-pnl"></b>
</span>
</div>
</div>