style: 仪表板组件样式优化

This commit is contained in:
shaw
2025-09-27 23:07:39 +08:00
parent ea28222c71
commit e675c5878e
3 changed files with 4 additions and 2 deletions

View File

@@ -5669,7 +5669,7 @@ router.get('/account-usage-trend', authenticateAdmin, async (req, res) => {
const topAccounts = Array.from(accountCostTotals.entries())
.sort((a, b) => b[1] - a[1])
.slice(0, 30)
.slice(0, 20)
.map(([accountId]) => accountId)
return res.json({