From 8da1177bf31122bf419f763338f3731b8ac759f4 Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Fri, 9 Jan 2026 18:15:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=E8=A7=A3=E5=86=B3=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E6=B8=85=E6=A5=9A=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/agentCard.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/agentCard.ts b/src/views/agentCard.ts index 2dbd82e..0f6eabd 100644 --- a/src/views/agentCard.ts +++ b/src/views/agentCard.ts @@ -98,24 +98,24 @@ export function getAgentCardStyles(): string { } /* 低调显示的工具调用样式 */ .agent-step.low-profile { - opacity: 0.5; - font-size: 10px; - padding: 2px 6px; + opacity: 0.85; + font-size: 12px; + padding: 4px 8px; background: transparent; margin-bottom: 2px; } .agent-step.low-profile .step-icon { - opacity: 0.4; - font-size: 10px; + opacity: 0.8; + font-size: 12px; } .agent-step.low-profile .step-name { - font-weight: 300; + font-weight: 400; color: var(--vscode-descriptionForeground); - opacity: 0.7; + opacity: 0.9; } .agent-step.low-profile .step-result { - opacity: 0.6; - font-size: 9px; + opacity: 0.85; + font-size: 11px; } `; }