mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-03 22:30:31 +08:00
### What problem does this PR solve? feat: add file icon to table of FileManager #345 fix: modify datasetDescription ### Type of change - [x] New Feature (non-breaking change which adds functionality)
23 lines
293 B
Plaintext
23 lines
293 B
Plaintext
.fileManagerWrapper {
|
|
flex-basis: 100%;
|
|
padding: 32px;
|
|
}
|
|
|
|
.filter {
|
|
height: 32px;
|
|
display: flex;
|
|
margin: 10px 0;
|
|
justify-content: space-between;
|
|
padding: 24px 0;
|
|
align-items: center;
|
|
}
|
|
|
|
.deleteIconWrapper {
|
|
width: 22px;
|
|
text-align: center;
|
|
}
|
|
|
|
.linkButton {
|
|
padding: 0;
|
|
}
|