mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
### 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:
24
web/src/pages/search/index.less
Normal file
24
web/src/pages/search/index.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user