Files
ragflow_python/web/src/pages/file-manager/index.less

19 lines
262 B
Plaintext
Raw Normal View History

.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;
}