优化客户管理页 UI,对齐效果图布局与详情侧栏

按 P1-03 设计重做工具栏、表格与 360px 内嵌详情面板,并修正布局容器滚动以适配全高页面。
This commit is contained in:
yml2213
2026-07-15 12:55:37 +08:00
parent b26fc58436
commit 6bc9247dd6
2 changed files with 509 additions and 173 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const AgentLayout = () => {
return (
<div className="flex h-screen overflow-hidden bg-neutral-50">
<AgentSidebar />
<div className="flex-1 min-w-0 h-full overflow-auto">
<div className="flex-1 min-w-0 h-full overflow-hidden">
<Outlet />
</div>
</div>