Files
ragflow/web/src/pages/search/index.less
balibabu b2f87a9f8f feat: Add sidebar to SearchPage #2247 (#2267)
### What problem does this PR solve?

feat: Add sidebar to SearchPage #2247

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
2024-09-05 16:04:04 +08:00

29 lines
386 B
Plaintext

.searchSide {
height: calc(100vh - 72px);
position: fixed !important;
inset-inline-start: 0;
top: 72px;
bottom: 0;
.modelForm {
display: flex;
padding: 24px;
}
.checkGroup {
width: 100%;
height: 100%;
}
.list {
width: 100%;
height: 100%;
overflow: auto;
}
.checkbox {
width: 100%;
}
.knowledgeName {
width: 120px;
}
}