From e7940ea9f385d45e25c2d1b1716197b178b28078 Mon Sep 17 00:00:00 2001 From: Gemini Wen Date: Sun, 27 Jul 2025 09:52:59 +0800 Subject: [PATCH] fix: stat-icons shrink behavior MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix missing space in flex-shrink-0 class for yellow stat-icon - Add missing flex-shrink-0 to indigo stat-icon - Ensures all stat icons have proper flex behavior 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- web/admin/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web/admin/index.html b/web/admin/index.html index 73016633..8b3f16f9 100644 --- a/web/admin/index.html +++ b/web/admin/index.html @@ -227,7 +227,7 @@

{{ dashboardData.totalApiKeys }}

活跃: {{ dashboardData.activeApiKeys || 0 }}

-
+
@@ -245,7 +245,7 @@

-
+
@@ -258,7 +258,7 @@

{{ dashboardData.todayRequests }}

总请求: {{ formatNumber(dashboardData.totalRequests || 0) }}

-
+
@@ -271,7 +271,7 @@

{{ dashboardData.systemStatus }}

运行时间: {{ formatUptime(dashboardData.uptime) }}

-
+
@@ -297,7 +297,7 @@ -
+
@@ -320,7 +320,7 @@ -
+
@@ -333,7 +333,7 @@

{{ dashboardData.systemRPM || 0 }}

每分钟请求数

-
+
@@ -346,7 +346,7 @@

{{ dashboardData.systemTPM || 0 }}

每分钟Token数

-
+