style: AI 回复中工具卡片移至文字上方,增加视觉层次
- 工具卡片渲染位置从文字下方移至文字上方 - 工具卡片与文字之间用虚线分隔,形成视觉层次 - 逻辑顺序:思考过程 → 工具执行 → 最终回答
This commit is contained in:
@@ -833,6 +833,11 @@ html, body {
|
||||
box-shadow: var(--shadow-card);
|
||||
}
|
||||
|
||||
.tool-calls-container + .msg-stats + .msg-content,
|
||||
.tool-calls-container + .msg-content {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.msg-content {
|
||||
font-size: 14px;
|
||||
line-height: 1.7;
|
||||
@@ -1976,7 +1981,9 @@ html, body {
|
||||
═══════════════════════════════════════════════════════════════ */
|
||||
|
||||
.tool-calls-container {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 12px;
|
||||
padding-bottom: 12px;
|
||||
border-bottom: 1px dashed var(--border-subtle);
|
||||
}
|
||||
|
||||
.tool-call-card {
|
||||
|
||||
Reference in New Issue
Block a user