26 lines
383 B
Plaintext
26 lines
383 B
Plaintext
@import '~antd/lib/style/themes/default.less';
|
|
@import '~@/utils/utils.less';
|
|
|
|
.tableList {
|
|
.tableListOperator {
|
|
margin-bottom: 16px;
|
|
button {
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.tableDelete {
|
|
color: red;
|
|
}
|
|
|
|
.ant-upload-select-picture-card i {
|
|
font-size: 32px;
|
|
color: #999;
|
|
}
|
|
|
|
.ant-upload-select-picture-card .ant-upload-text {
|
|
margin-top: 8px;
|
|
color: #666;
|
|
}
|