* feat: add a run button to the document * feat: add knowledge configuration page * feat: remove KnowledgeSearching
30 lines
451 B
Text
30 lines
451 B
Text
.tags {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.preset {
|
|
display: flex;
|
|
height: 80px;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
margin-bottom: 24px;
|
|
|
|
.left {
|
|
flex: 1;
|
|
}
|
|
|
|
.right {
|
|
width: 100px;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.4);
|
|
margin: 10px 0px;
|
|
padding: 5px;
|
|
}
|
|
}
|
|
|
|
.configurationWrapper {
|
|
padding: 0 52px;
|
|
.buttonWrapper {
|
|
text-align: right;
|
|
}
|
|
}
|