fix: show agent generation parameters directly

This commit is contained in:
2026-07-13 14:47:56 +08:00
parent 44ab895149
commit a8bb8b068c
2 changed files with 33 additions and 14 deletions

View File

@@ -715,10 +715,30 @@ textarea {
}
.agent-advanced-settings {
margin-top: 8px;
margin-top: 16px;
border: 1px solid #e2eae7;
border-radius: 8px;
padding: 0 14px;
padding: 14px;
background: #f8faf9;
}
.agent-subsection-title {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 14px;
}
.agent-subsection-title h4 {
margin: 0;
color: #263832;
font-size: 14px;
}
.agent-subsection-title span {
color: #667a73;
font-size: 12px;
}
.agent-trace-wide {