调整:小改动

This commit is contained in:
Liu 宇阳
2024-11-11 12:03:48 +08:00
parent e9a9ef4763
commit e009b8a346
2 changed files with 6 additions and 4 deletions

View File

@@ -202,7 +202,7 @@ const LinkPage = () => {
<Title value="网站管理" />
<Card className="WebPage mt-2">
<Tabs activeKey={tab} tabPosition="left" onChange={handleTabChange} items={tabItems} />
<Tabs activeKey={tab} tabPosition="top" onChange={handleTabChange} items={tabItems} />
</Card>
</>
);