mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-31 17:15:32 +08:00
### What problem does this PR solve? feat: Modify the style of the answer card on the search page #2247 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -93,13 +93,23 @@
|
||||
width: 40%;
|
||||
padding: 20px 10px 10px;
|
||||
}
|
||||
|
||||
.highlightContent {
|
||||
.multipleLineEllipsis(2);
|
||||
em {
|
||||
color: red;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
.answerWrapper {
|
||||
background-color: #e6f4ff;
|
||||
padding: 14px;
|
||||
margin-top: 16px;
|
||||
border-radius: 8px;
|
||||
& > p {
|
||||
background: rgb(232 242 251 / 70%);
|
||||
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
|
||||
:global(.ant-card-head) {
|
||||
background-color: #e6f4ff;
|
||||
}
|
||||
& p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user