Files
ragflow_python/web/src/pages/add-knowledge/components/knowledge-file/index.less
2024-01-17 09:37:01 +08:00

24 lines
311 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
}