mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-21 17:01:24 +08:00
重构:重构系统管理/角色管理功能
1. 使用抽屉代替对话框 2. 优化数据权限权限范围存储,新增角色和部门关联表 3. 新增角色和菜单关联表 4. 部分细节优化
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user