fix(web): normalize model detail tabs layout (#4938)

This commit is contained in:
yyhhyyyyyy
2026-05-19 16:14:08 +08:00
committed by GitHub
parent ee9736bbc8
commit 04b4483d7d
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ function UsageLogsContent() {
<div className='space-y-4'>
{showTaskSwitcher && (
<Tabs value={activeCategory} onValueChange={handleSectionChange}>
<TabsList className='h-auto max-w-full flex-wrap justify-start'>
<TabsList className='group-data-horizontal/tabs:h-auto max-w-full flex-wrap justify-start'>
{visibleSections.map((section) => (
<TabsTrigger key={section} value={section}>
{t(SECTION_META[section].titleKey)}