From dd08845bbc097d1ff96b0d05d31243b2b1a29260 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Wed, 12 Aug 2026 11:23:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(quickdock):=20=E5=AD=90=E6=99=BA=E8=83=BD?= =?UTF-8?q?=E4=BD=93/=E5=90=8E=E5=8F=B0=E6=8C=87=E4=BB=A4/=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=A1=8C=E9=80=89=E4=B8=AD=E6=80=81=E7=94=B1=E8=BF=91?= =?UTF-8?q?=E9=BB=91=E6=94=B9=E4=B8=BA=20hover=20=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit is-active 原先使用 --surface-soft,dark 主题下为 #0f0f0f 近黑色,违反 大面积色块禁近黑规范;改为 var(--hover-bg),点击选中与 hover 视觉一致。 --- static/src/components/chat/quickdock/quickdock.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/src/components/chat/quickdock/quickdock.css b/static/src/components/chat/quickdock/quickdock.css index 858427f6..06f3fc5f 100644 --- a/static/src/components/chat/quickdock/quickdock.css +++ b/static/src/components/chat/quickdock/quickdock.css @@ -311,7 +311,7 @@ } .qd-run-item.is-active { - background: var(--surface-soft); + background: var(--hover-bg); } .qd-run-status { @@ -418,7 +418,7 @@ } .qd-file-item.is-active { - background: var(--surface-soft); + background: var(--hover-bg); } .qd-file-name {