2024-02-02 18:49:54 +08:00
|
|
|
.datasetWrapper {
|
|
|
|
|
padding: 30px;
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-17 09:37:01 +08:00
|
|
|
.filter {
|
2024-02-02 18:49:54 +08:00
|
|
|
height: 32px;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
justify-content: space-between;
|
2024-04-10 17:17:41 +08:00
|
|
|
padding: 24px 0;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2024-01-17 09:37:01 +08:00
|
|
|
|
2024-04-10 17:17:41 +08:00
|
|
|
.deleteIconWrapper {
|
|
|
|
|
width: 22px;
|
|
|
|
|
text-align: center;
|
2024-01-17 09:37:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img {
|
2024-02-28 16:28:33 +08:00
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
2024-01-17 09:37:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column {
|
2024-02-02 18:49:54 +08:00
|
|
|
min-width: 200px;
|
2024-01-18 18:27:38 +08:00
|
|
|
}
|
|
|
|
|
|
2024-04-29 18:22:17 +08:00
|
|
|
.toChunks {
|
2024-02-02 18:49:54 +08:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2024-03-22 16:57:09 +08:00
|
|
|
|
|
|
|
|
.pageInputNumber {
|
|
|
|
|
width: 220px;
|
|
|
|
|
}
|
2024-03-25 12:54:10 +08:00
|
|
|
|
|
|
|
|
.questionIcon {
|
|
|
|
|
margin-inline-start: 4px;
|
|
|
|
|
color: rgba(0, 0, 0, 0.45);
|
|
|
|
|
cursor: help;
|
|
|
|
|
writing-mode: horizontal-tb;
|
|
|
|
|
}
|
2024-04-29 18:22:17 +08:00
|
|
|
|
|
|
|
|
.nameText {
|
|
|
|
|
color: #1677ff;
|
|
|
|
|
}
|