优化客户管理页 UI,对齐效果图布局与详情侧栏
按 P1-03 设计重做工具栏、表格与 360px 内嵌详情面板,并修正布局容器滚动以适配全高页面。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user