feat: modify routing to nested mode and rename document (#52)

* feat: modify routing to nested mode

* feat: rename document
This commit is contained in:
balibabu
2024-02-02 18:49:54 +08:00
committed by GitHub
parent 503735cd1d
commit 7b71fb2db6
33 changed files with 681 additions and 175 deletions

View File

@@ -1,28 +1,34 @@
.datasetWrapper {
padding: 30px;
flex: 1;
}
.filter {
height: 32px;
display: flex;
margin: 10px 0;
justify-content: space-between;
height: 32px;
display: flex;
margin: 10px 0;
justify-content: space-between;
padding: 24px 20px;
.search {
flex: 1;
}
// .search {
// flex: 1;
// }
.operate {
width: 200px;
}
// .operate {
// width: 200px;
// }
}
.img {
height: 16px;
width: 16px;
margin-right: 6px;
height: 16px;
width: 16px;
margin-right: 6px;
}
.column {
min-width: 200px
min-width: 200px;
}
.tochunks {
cursor: pointer;
}
cursor: pointer;
}