生产管理系统 修复左侧菜单栏布局。并且页面布局全解决
This commit is contained in:
@@ -77,7 +77,7 @@ export function LeftSidebar({
|
||||
return (
|
||||
<div
|
||||
className={cn(
|
||||
"bg-white border-r border-gray-200 transition-all duration-300 flex flex-col",
|
||||
"bg-white border-r border-gray-200 transition-all duration-300 flex flex-col h-full",
|
||||
isMobile ? "fixed inset-y-0 left-0 z-50" : "relative",
|
||||
isCollapsed ? "w-16" : "w-64"
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user