fix: APIKey查询页面顶部文字颜色修正

This commit is contained in:
KevinLiao
2025-07-27 21:01:12 +08:00
parent fc80a9163e
commit 64a5e4c773

View File

@@ -34,9 +34,9 @@
</div>
<div class="flex flex-col justify-center min-h-[48px]">
<div class="flex items-center gap-3">
<h1 class="text-2xl font-bold text-white header-title leading-tight">Claude Relay Service</h1>
<h1 class="text-2xl font-bold text-gray-800 leading-tight" style="text-shadow: 0 1px 2px rgba(0,0,0,0.1);">Claude Relay Service</h1>
</div>
<p class="text-white/80 text-sm leading-tight">API Key 使用统计</p>
<p class="text-gray-600 text-sm leading-tight font-medium">使用统计查询</p>
</div>
</div>
<div class="flex items-center gap-3">