fix: 对齐 API USD 小数展示

This commit is contained in:
root
2026-07-17 02:28:33 +02:00
parent d8d929cfaa
commit bfd2b328e8
4 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<main class="workspace">
<header class="page-head"><div><p class="eyebrow">USER FLOW / DAILY</p><h1>用户用量</h1></div><span id="ranking-range" class="state-badge">读取中</span></header>
<section class="metric-strip"><div><span>标准 API 用量</span><strong id="ranking-cost"></strong></div><div><span>请求</span><strong id="ranking-requests"></strong></div><div><span>Token</span><strong id="ranking-tokens"></strong></div></section>
<section class="table-section"><div class="table-wrap"><table class="data-table"><thead><tr><th>名次</th><th>用户</th><th>API USD</th><th>请求</th><th>Token</th></tr></thead><tbody id="ranking-body"><tr><td colspan="5" class="empty">正在读取用量...</td></tr></tbody></table></div></section>
<section class="table-section"><div class="table-wrap"><table class="data-table"><thead><tr><th>名次</th><th>用户</th><th class="usd-cell">API USD</th><th>请求</th><th>Token</th></tr></thead><tbody id="ranking-body"><tr><td colspan="5" class="empty">正在读取用量...</td></tr></tbody></table></div></section>
</main>
</body>
</html>