From aeae199d7b0c50929edcb8447c39bb23c2b0bd6d Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Sun, 18 Jan 2026 08:56:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=8F=9C=E5=8D=95=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E9=80=82=E9=85=8D=E6=9A=97=E9=BB=91=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandPalette/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/CommandPalette/index.vue b/src/components/CommandPalette/index.vue index 5ce9a0e7..2e10a0bb 100644 --- a/src/components/CommandPalette/index.vue +++ b/src/components/CommandPalette/index.vue @@ -158,6 +158,10 @@ const handleInputKeydown: (evt: KeyboardEvent | Event) => any = (evt) => { align-items: center; } +.command-palette-trigger__left :deep([class^="i-svg:"]) { + color: var(--el-text-color-secondary) !important; +} + .command-palette-trigger__text { font-size: 12px; color: var(--el-text-color-secondary);