生产管理系统 - 评审前可用版提交

This commit is contained in:
2025-10-22 15:42:16 +08:00
parent 04d61ae3b9
commit f1ffcc72fc
4 changed files with 7 additions and 115 deletions

View File

@@ -248,7 +248,7 @@ export function SideBarOld({
};
return (
<div className="flex h-screen bg-gray-100" style={{ height: '100vh' }}>
<div className="flex h-screen bg-gray-100" style={{ height: '90vh' }}>
{/* 左侧导航栏 */}
<LeftSidebar
menus={menus}

View File

@@ -45,7 +45,7 @@ export function MainContent({
)}
{/* 主内容区域 */}
<div className="flex-1 flex flex-col min-h-screen bg-gray-50">
<div className="flex-1 flex flex-col bg-gray-50">
{/* 顶部导航栏 */}
<header className="bg-white border-b border-gray-200 px-4 py-3">
<div className="flex items-center justify-between">