diff --git a/ai_knowledge_base_v2/apps/admin-web/src/components/AgentManagementView.vue b/ai_knowledge_base_v2/apps/admin-web/src/components/AgentManagementView.vue
index 3bc55dc..86797d8 100644
--- a/ai_knowledge_base_v2/apps/admin-web/src/components/AgentManagementView.vue
+++ b/ai_knowledge_base_v2/apps/admin-web/src/components/AgentManagementView.vue
@@ -299,18 +299,17 @@ function errorMessage(error: unknown, fallback: string) {
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 高级生成参数
仅影响本次后台调试
+
+
+
+
+
+
+
+
+
diff --git a/ai_knowledge_base_v2/apps/admin-web/src/styles.css b/ai_knowledge_base_v2/apps/admin-web/src/styles.css
index d1164ef..e71f119 100644
--- a/ai_knowledge_base_v2/apps/admin-web/src/styles.css
+++ b/ai_knowledge_base_v2/apps/admin-web/src/styles.css
@@ -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 {