添加角色管理

This commit is contained in:
sin
2019-03-06 20:08:39 +08:00
parent 3b3dec6ab2
commit d7be2bfb33
9 changed files with 343 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
@import '~antd/lib/style/themes/default.less';
@import '~@/utils/utils.less';
.tableList {
.tableListOperator {
margin-bottom: 16px;
button {
margin-right: 8px;
}
}
}
.tableDelete {
color: red;
}