Restore vertical gaps between cards on the records/review panel.

The pagination wrap stacked cards without inheriting the page grid gap.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-17 13:05:54 +08:00
parent f27b4bc1ec
commit 5bd3f3250a
@@ -1,5 +1,6 @@
{# 三所共用:交易记录(5/页) → 填入复盘出表单 → 交易复盘记录 / AI历史复盘 #}
<style>
.records-panel-wrap{display:flex;flex-direction:column;gap:14px}
.records-panel-wrap .rr-pager{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:.74rem}
.records-panel-wrap .rr-list-loading{opacity:.55;pointer-events:none;transition:opacity .12s ease}
.records-panel-wrap .rr-trades-wrap{min-height:9.5rem}