feat: Add Sider to SearchPage #2247 (#2262)

### What problem does this PR solve?

feat: Add Sider to SearchPage #2247

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-05 12:12:44 +08:00
committed by GitHub
parent 7c98cb5075
commit 7e65df87dd
3 changed files with 90 additions and 2 deletions

View File

@ -0,0 +1,24 @@
.searchSide {
overflow: auto;
height: 100vh;
position: fixed !important;
inset-inline-start: 0;
top: 0;
bottom: 0;
scrollbar-width: thin;
scrollbar-color: unset;
.checkGroup {
width: 100%;
height: 100%;
}
.list {
width: 100%;
}
.checkbox {
width: 100%;
}
.knowledgeName {
width: 120px;
}
}