From 19cdf47bed9414bad6ed2541dd49dec830d72835 Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Wed, 4 Mar 2026 16:46:40 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=B0=86=E5=B7=A5=E5=85=B7=E6=8A=98?= =?UTF-8?q?=E5=8F=A0=E5=9B=BE=E6=A0=87=E9=A2=9C=E8=89=B2=E4=BB=8E=E8=93=9D?= =?UTF-8?q?=E8=89=B2=E6=94=B9=E4=B8=BA=E7=81=B0=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 toolIcons.ts 中的 SVG 填充色为 #8a8a8a - 清理 messageArea.ts 中冗余的 CSS 样式规则 --- src/constants/toolIcons.ts | 4 ++-- src/views/messageArea.ts | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/constants/toolIcons.ts b/src/constants/toolIcons.ts index 2b2f76f..dc4352b 100644 --- a/src/constants/toolIcons.ts +++ b/src/constants/toolIcons.ts @@ -9,10 +9,10 @@ export const collapseIconSvg = ` - + `; diff --git a/src/views/messageArea.ts b/src/views/messageArea.ts index 7746597..ded1e5e 100644 --- a/src/views/messageArea.ts +++ b/src/views/messageArea.ts @@ -422,10 +422,6 @@ export function getMessageAreaStyles(): string { height: 100%; display: block; } - .tool-collapse-icon svg path { - fill: #007ACC !important; - } - .icon-collapsed svg path, .icon-expanded svg path { fill: #007ACC !important; }