This commit is contained in:
aaron 2026-03-30 08:50:40 +08:00
parent 09ba8f7b64
commit f251656690

View File

@ -416,10 +416,6 @@
<p style="margin-top: 16px; font-size: 14px;">加载中...</p>
</div>
<div v-else-if="currentTab === 'positions' && openPositions.length === 0" class="empty-state">
<p>暂无持仓</p>
</div>
<div v-else-if="currentTab === 'pending' && pendingOrders.length === 0" class="empty-state">
<p>暂无挂单</p>
</div>
@ -429,7 +425,7 @@
</div>
<!-- Open Positions Table -->
<div v-if="currentTab === 'positions' && openPositions.length > 0" class="table-container">
<div v-if="currentTab === 'positions'" class="table-container">
<table>
<thead>
<tr>