37 lines
481 B
Plaintext
Raw Normal View History

.datasetWrapper {
padding: 30px;
flex: 1;
}
2024-01-17 09:37:01 +08:00
.filter {
height: 32px;
display: flex;
margin: 10px 0;
justify-content: space-between;
padding: 24px 20px;
2024-01-17 09:37:01 +08:00
// .search {
// flex: 1;
// }
2024-01-17 09:37:01 +08:00
// .operate {
// width: 200px;
// }
2024-01-17 09:37:01 +08:00
}
.img {
height: 24px;
width: 24px;
margin-right: 10px;
display: inline-block;
vertical-align: middle;
2024-01-17 09:37:01 +08:00
}
.column {
min-width: 200px;
}
.tochunks {
cursor: pointer;
}