feat: 聊天室对话渲染增强 - 思考内容Markdown渲染 + 工具调用参数卡片化

This commit is contained in:
2026-06-07 18:27:41 +08:00
parent 1d82f4f961
commit a389888eb4
9 changed files with 335 additions and 81 deletions

View File

@@ -243,9 +243,11 @@ body {
margin: 4px 0;
}
.tool-result-pre {
font-size: 12px;
margin: 0;
/* 工具调用参数 section */
.tool-call-section {
display: flex;
flex-direction: column;
gap: var(--ant-margin-xxs);
}
.msg-title-ai {
@@ -256,6 +258,11 @@ body {
padding: 0 var(--ant-padding-sm);
}
.reasoning-content {
font-size: var(--ant-font-size-sm);
color: var(--ant-color-text-secondary);
}
.icon-primary {
color: var(--ant-color-primary);
}