重构:重构系统管理/角色管理功能

1. 使用抽屉代替对话框
2. 优化数据权限权限范围存储,新增角色和部门关联表
3. 新增角色和菜单关联表
4. 部分细节优化
This commit is contained in:
2023-02-20 00:14:14 +08:00
parent 510f86031f
commit 297fbd3675
28 changed files with 889 additions and 299 deletions

View File

@@ -120,3 +120,18 @@ body {
}
}
}
fieldset {
padding: 15px 15px 0 15px;
margin-bottom: 15px;
border: 1px solid #e4e7ed;
border-radius: 3px;
background: #fff;
}
fieldset legend {
color: #5e6d82;
padding: 2px 5px 2px 5px;
border: 1px solid #e4e7ed;
border-radius: 3px;
background: #fff;
}