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
@@ -142,7 +142,7 @@ function ModelsContent() {
<SectionPageLayout.Content>
<div className='space-y-4'>
<Tabs value={activeSection} 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'>
{MODELS_SECTION_IDS.map((section) => (
<TabsTrigger key={section} value={section}>
{t(SECTION_META[section].titleKey)}