mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-24 23:46:52 +08:00
### What problem does this PR solve? Feat: Add FormDrawer to agent page. #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
23 lines
356 B
Plaintext
23 lines
356 B
Plaintext
.dynamicInputVariable {
|
|
background-color: #ebe9e950;
|
|
:global(.ant-collapse-content) {
|
|
background-color: #f6f6f657;
|
|
}
|
|
margin-bottom: 20px;
|
|
.title {
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
.variableType {
|
|
width: 30%;
|
|
}
|
|
.variableValue {
|
|
flex: 1;
|
|
}
|
|
|
|
.addButton {
|
|
color: rgb(22, 119, 255);
|
|
font-weight: 600;
|
|
}
|
|
}
|