修复已知问题

This commit is contained in:
宇阳
2024-08-08 18:47:49 +08:00
parent da53310c9d
commit af37fa997f
3 changed files with 32 additions and 41 deletions

View File

@@ -68,7 +68,7 @@ const SetupPage = () => {
))}
</ul>
<div className='w-[80%]'>
<div className='w-[80%] px-8'>
{active === "system" && <System />}
{active === "web" && <Web />}
{active === "layout" && <Layout />}