mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-10-13 00:48:52 +00:00

* feat: fetch file thumbnails * feat: preview reference image * feat: delete conversation * feat: rename conversation
37 lines
481 B
Plaintext
37 lines
481 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: 24px;
|
|
width: 24px;
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.column {
|
|
min-width: 200px;
|
|
}
|
|
|
|
.tochunks {
|
|
cursor: pointer;
|
|
}
|