From 82a19f82f98cce051322e0cc04d81dc5d357d6b5 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Sat, 8 Oct 2022 16:14:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E6=95=B0=E6=8D=AE=E6=BA=90?= =?UTF-8?q?=E3=80=91=E9=80=89=E4=B8=AD=E6=95=B0=E6=8D=AE=E6=BA=90=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=EF=BC=8C=E6=95=B4=E4=B8=AA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90=E5=90=8D=E7=A7=B0=E9=83=BD=E8=A2=AB=E7=9B=96=E4=BD=8F?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 65d6747ee0..0854ff6332 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -1483,7 +1483,7 @@ div:focus { .de-tree { .el-tree-node.is-current.is-focusable { &>.el-tree-node__content { - background-color: var(--deWhiteHover, #3370ff); + background-color: var(--deWhiteHover, #e0eaff); color: var(--primary, #3370ff); } }