持仓全部视图卡片标题间距优化

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fish
2026-07-27 15:11:07 +08:00
parent 11aff71415
commit 794ca61358
+1 -1
View File
@@ -105,7 +105,7 @@
{% if trades %}
<div class="table-wrap" style="margin-bottom:24px;">
{% if product_tab == '全部' %}
<div class="section-title" style="font-size:0.88rem;">{{ pc }} · {{ trades|length }} 笔</div>
<div class="section-title" style="font-size:0.88rem;margin-bottom:0;padding:6px 12px;border-bottom:none;">{{ pc }} · {{ trades|length }} 笔</div>
{% endif %}
<table>
<tr><th>合约</th><th>方向</th><th>开仓日期</th><th>开仓价</th><th>手续费</th><th>操作</th></tr>