From 3ed50787b38dc6d16323a5060c03902139183144 Mon Sep 17 00:00:00 2001 From: "1808837298@qq.com" <1808837298@qq.com> Date: Mon, 10 Mar 2025 00:34:24 +0800 Subject: [PATCH] style: Enhance LogsTable header tags with improved styling and visual hierarchy --- web/src/components/LogsTable.js | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/web/src/components/LogsTable.js b/web/src/components/LogsTable.js index 2c4f1343..fb87d54f 100644 --- a/web/src/components/LogsTable.js +++ b/web/src/components/LogsTable.js @@ -958,16 +958,32 @@ const LogsTable = () => { <> {renderColumnSelector()} -
+
- - {t('总消耗额度')}: {renderQuota(stat.quota)} + + {t('消耗额度')}: {renderQuota(stat.quota)} - + RPM: {stat.rpm} - + TPM: {stat.tpm}