2019-03-16 22:15:36 +08:00
|
|
|
@import '~antd/lib/style/themes/default.less';
|
|
|
|
@import '~@/utils/utils.less';
|
|
|
|
|
|
|
|
.tableList {
|
|
|
|
.tableListOperator {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
button {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableDelete {
|
|
|
|
color: red;
|
|
|
|
}
|
2019-05-02 01:01:35 +08:00
|
|
|
|
|
|
|
.ant-upload-select-picture-card i {
|
|
|
|
font-size: 32px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-upload-select-picture-card .ant-upload-text {
|
|
|
|
margin-top: 8px;
|
|
|
|
color: #666;
|
|
|
|
}
|