feat(app): 实现用户管理页面功能
- 修复用户列表分页参数获取错误的问题 - 添加搜索和角色筛选功能 - 实现批量删除和封禁用户操作 - 优化页面布局和样式 - 添加调试日志输出 - 更新图标资源库 - 修复API客户端请求头传递问题 - 调整侧边栏导航样式和结构 - 减少模拟数据加载时间 - 添加COOKIE常量引用
This commit is contained in:
@@ -6,16 +6,13 @@
|
||||
</script>
|
||||
|
||||
<div class="flex h-screen bg-base-300 overflow-hidden relative">
|
||||
|
||||
<AppSidebar />
|
||||
|
||||
<div class="flex-1 flex flex-col min-w-0 overflow-hidden relative">
|
||||
|
||||
<div class="flex-1 flex flex-col min-w-0 overflow-hidden relative h-full">
|
||||
<AppHeader />
|
||||
|
||||
<main class="flex-1 px-4">
|
||||
<main class="flex-1 p-4 ">
|
||||
{@render children()}
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user