mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-18 11:36:44 +08:00
Feat: Show formulas when answering, show reference labels in style, remove cursor flashing effect. #5173 (#5174)
### What problem does this PR solve? Feat: Show formulas when answering, show reference labels in style, remove cursor flashing effect. #5173 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -6,6 +6,10 @@
|
||||
margin-bottom: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
:global(blockquote) {
|
||||
padding-left: 10px;
|
||||
border-left: 4px solid #ccc;
|
||||
}
|
||||
}
|
||||
|
||||
.referencePopoverWrapper {
|
||||
|
||||
Reference in New Issue
Block a user