feat: When the mindmap data is empty, it will not be displayed on the search page #2247 (#2414)

### 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:
balibabu
2024-09-13 14:30:51 +08:00
committed by GitHub
parent 2bd71d722b
commit ec4def9a44
3 changed files with 49 additions and 39 deletions

View File

@ -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;