From d5d879afdc3ac0cda4609913463584e8869c5b28 Mon Sep 17 00:00:00 2001 From: JustSong Date: Fri, 31 Jan 2025 23:54:45 +0800 Subject: [PATCH] chore: update default theme style --- web/default/src/components/LogsTable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = () => { - + ); };