生产管理系统 - 评审前可用版提交
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user