1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Added GroupManagement. Fixed some errors in RoleManagement.

This commit is contained in:
2023-05-16 00:19:14 +08:00
parent a385938cd7
commit b6649df71f
13 changed files with 552 additions and 55 deletions

View File

@@ -115,4 +115,8 @@ body {
.el-popconfirm__action button:last-child {
margin-left: 0;
}
}
.el-table__cell .el-tag:not(:first-child) {
margin-left: 5px;
}