加项样式

This commit is contained in:
YI FANG
2025-12-01 10:25:27 +08:00
parent 64cb6b6ab0
commit 63a935fc25
4 changed files with 854 additions and 58 deletions

View File

@@ -88,7 +88,7 @@ export const MainLayout = () => {
operatorName={operatorName}
onLoginClick={() => setLoginModalOpen(true)}
/>
<main className='p-6 space-y-6 flex-1 overflow-auto'>
<main className='p-6 flex-1 overflow-auto'>
<Outlet context={{ search, setSearch }} />
</main>
</div>