mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
* feat: add a run button to the document * feat: add knowledge configuration page * feat: remove KnowledgeSearching
13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
.popover-content {
|
|
width: 300px;
|
|
}
|
|
|
|
.operationIcon {
|
|
text-align: center;
|
|
margin-right: 20%;
|
|
width: 20px;
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|