Files
ragflow_python/web/src/pages/add-knowledge/components/knowledge-file/index.less
balibabu 7b71fb2db6 feat: modify routing to nested mode and rename document (#52)
* feat: modify routing to nested mode

* feat: rename document
2024-02-02 18:49:54 +08:00

35 lines
427 B
Plaintext

.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: 16px;
width: 16px;
margin-right: 6px;
}
.column {
min-width: 200px;
}
.tochunks {
cursor: pointer;
}