2019-02-27 17:31:36 +08:00
|
|
|
@import '~antd/lib/style/themes/default.less';
|
|
|
|
@import '~@/utils/utils.less';
|
|
|
|
|
2019-03-06 22:02:59 +08:00
|
|
|
.tableList {
|
|
|
|
.tableListOperator {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
button {
|
|
|
|
margin-right: 8px;
|
2019-02-27 17:31:36 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-06 22:02:59 +08:00
|
|
|
.tableDelete {
|
|
|
|
color: red;
|
2019-02-27 17:31:36 +08:00
|
|
|
}
|