feat: 聊天室对话渲染增强 - 思考内容Markdown渲染 + 工具调用参数卡片化
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user