style: AI 回复中工具卡片移至文字上方,增加视觉层次

- 工具卡片渲染位置从文字下方移至文字上方
- 工具卡片与文字之间用虚线分隔,形成视觉层次
- 逻辑顺序:思考过程 → 工具执行 → 最终回答
This commit is contained in:
Metona Build
2026-04-19 18:17:30 +08:00
parent 71bd6e19ea
commit 212f14adf5
2 changed files with 24 additions and 9 deletions
+8 -1
View File
@@ -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 {