fix: set main width 100%

This commit is contained in:
Gabe
2025-10-28 00:45:10 +08:00
parent 91642d8784
commit 5735fee36e

View File

@@ -40,7 +40,7 @@ export default function Layout() {
/>
</Box>
<Box component="main" sx={{ flex: 1, p: 2 }}>
<Box component="main" sx={{ flex: 1, p: 2, width: "100%" }}>
<Outlet />
</Box>
</Box>