mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 11:05:30 +08:00
### What problem does this PR solve? feat: When the mindmap data is empty, it will not be displayed on the search page #2247 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
background-size: cover;
|
||||
.card {
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
:global(.ant-card-body) {
|
||||
padding: 14px;
|
||||
}
|
||||
@ -101,6 +100,9 @@
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
.documentReference {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.answerWrapper {
|
||||
margin-top: 16px;
|
||||
|
||||
Reference in New Issue
Block a user