部门列表页

This commit is contained in:
zhenxianyimeng
2019-07-06 11:50:56 +08:00
parent 89d875d0a9
commit aa42de21e9
9 changed files with 179 additions and 2 deletions

View File

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