diff --git a/web/default/src/components/LogsTable.js b/web/default/src/components/LogsTable.js index 8cd16ff8..e1c13331 100644 --- a/web/default/src/components/LogsTable.js +++ b/web/default/src/components/LogsTable.js @@ -307,7 +307,7 @@ const LogsTable = () => { return ( <> - + <>
使用明细(总消耗额度: {showStat && renderQuota(stat.quota)} @@ -596,7 +596,7 @@ const LogsTable = () => { - + ); };