feat: implement responsive collapsible configuration panel in API Tester and refine account manager component styling.

This commit is contained in:
CJACK
2026-02-01 05:44:55 +08:00
parent 880ab34739
commit 842a942a55
3 changed files with 113 additions and 86 deletions

View File

@@ -254,8 +254,8 @@ export default function App() {
</header>
{/* Content Area */}
<div className="flex-1 overflow-auto bg-background/50 p-4 lg:p-8">
<div className="max-w-6xl mx-auto space-y-6">
<div className="flex-1 overflow-auto bg-background/50 p-2 sm:p-4 lg:p-8">
<div className="max-w-6xl mx-auto space-y-4 lg:space-y-6">
<div className="hidden lg:block mb-8">
<h1 className="text-3xl font-bold tracking-tight mb-2">
{NAV_ITEMS.find(n => n.id === activeTab)?.label}