- 前端:满减送列表

- 前端:限时折扣列表
This commit is contained in:
YunaiV
2019-05-08 00:18:18 +08:00
parent f44a6d49d7
commit e7b9b4fd2a
12 changed files with 931 additions and 4 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;
}