mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-20 12:56:55 +08:00
### What problem does this PR solve? fix: add spin to parsing status icon of dataset table #648 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
30 lines
382 B
Plaintext
30 lines
382 B
Plaintext
.fileManagerWrapper {
|
|
width: 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;
|
|
}
|
|
|
|
.breadcrumbItemButton {
|
|
cursor: pointer;
|
|
color: #1677ff;
|
|
padding: 0;
|
|
height: auto;
|
|
}
|