mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
### What problem does this PR solve? feat: Click on the relevant question tag to continue searching for answers #2247 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1,10 +1,17 @@
|
||||
.searchPage {
|
||||
.card {
|
||||
width: 100%;
|
||||
:global(.ant-card-body) {
|
||||
padding: 14px;
|
||||
}
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.tag {
|
||||
padding: 4px 8px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@ -56,3 +63,12 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
.answerWrapper {
|
||||
background-color: #e6f4ff;
|
||||
padding: 14px;
|
||||
margin-top: 16px;
|
||||
border-radius: 8px;
|
||||
& > p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user