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
@@ -236,7 +236,7 @@ export function Dashboard() {
<div className='flex flex-wrap items-center justify-between gap-1.5 sm:gap-2'>
{showSectionTabs ? (
<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'>
{visibleSections.map((section) => (
<TabsTrigger key={section} value={section}>
{t(SECTION_META[section].titleKey)}