Files
ragflow/web/src/pages/add-knowledge/components/knowledge-file/index.less
yqj123 fad2ec7cf3 update knowledge_kb (#34)
* update typescript

* add chunk api

* remove useless code
2024-01-18 18:27:38 +08:00

28 lines
351 B
Plaintext

.filter {
height: 32px;
display: flex;
margin: 10px 0;
justify-content: space-between;
.search {
flex: 1;
}
.operate {
width: 200px;
}
}
.img {
height: 16px;
width: 16px;
margin-right: 6px;
}
.column {
min-width: 200px
}
.tochunks {
cursor: pointer;
}