大改动

This commit is contained in:
宇阳
2025-01-12 19:57:49 +08:00
parent 7f01194c61
commit 38f171d727
27 changed files with 245 additions and 234 deletions

View File

@@ -238,12 +238,12 @@ export default () => {
];
return (
<>
<div>
<Title value="网站管理" />
<Card className="WebPage mt-2 min-h-[calc(100vh-180px)]">
<Tabs activeKey={tab} tabPosition="top" onChange={handleTabChange} items={tabItems} />
</Card>
</>
</div>
);
};