refactor: page layout

This commit is contained in:
jialin
2025-11-05 10:02:25 +08:00
parent 219f9871a7
commit 4c22d08da5
43 changed files with 784 additions and 513 deletions
+2 -8
View File
@@ -280,14 +280,8 @@ export const getRightRenderContent = (opts: {
return (
<>
<Menu {...helpMenu} style={getMenuStyle(collapsed, siderWidth)} />
<Menu
{...userMenu}
style={getMenuStyle(collapsed, siderWidth, {
marginTop: 8,
marginBottom: 0
})}
/>
<Menu {...helpMenu} mode="vertical" />
<Menu {...userMenu} mode="vertical" />
</>
);
};