Files
ragflow_python/web/src/pages/add-knowledge/components/knowledge-file/index.less

49 lines
651 B
Plaintext
Raw Normal View History

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