File size: 481 Bytes
7b71fb2 6b8fc2c 7b71fb2 6b8fc2c 7b71fb2 6b8fc2c 7b71fb2 6b8fc2c 6a6f6eb 6b8fc2c 7b71fb2 fad2ec7 7b71fb2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
.datasetWrapper {
padding: 30px;
flex: 1;
}
.filter {
height: 32px;
display: flex;
margin: 10px 0;
justify-content: space-between;
padding: 24px 20px;
// .search {
// flex: 1;
// }
// .operate {
// width: 200px;
// }
}
.img {
height: 24px;
width: 24px;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
}
.column {
min-width: 200px;
}
.tochunks {
cursor: pointer;
}
|