数据字典的前端学习~

This commit is contained in:
YunaiV
2019-03-15 13:39:47 +08:00
parent e7d0e3d1f0
commit b1e10dc507
7 changed files with 364 additions and 1 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;
}