mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 19:15:30 +08:00
### What problem does this PR solve? feat: Use Tree to display the knowledge base list on the search page #2247 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
|
||||
.searchSide {
|
||||
position: relative;
|
||||
|
||||
:global(.ant-layout-sider-children) {
|
||||
height: auto;
|
||||
}
|
||||
@ -42,9 +43,12 @@
|
||||
height: 100%;
|
||||
}
|
||||
.list {
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
height: calc(100vh - 152px);
|
||||
// height: 100%;
|
||||
height: calc(100vh - 76px);
|
||||
overflow: auto;
|
||||
background-color: transparent;
|
||||
&::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
@ -53,7 +57,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
.knowledgeName {
|
||||
width: 130px;
|
||||
width: 116px;
|
||||
}
|
||||
.embeddingId {
|
||||
width: 170px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user