From f0070dd8afc14b431dc69b3b538bacd61d047a33 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 23 Aug 2022 17:35:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(Xpack):=20=E4=BF=AE=E5=A4=8D=E9=BB=91?= =?UTF-8?q?=E8=89=B2=E4=B8=BB=E9=A2=98=E4=B8=8B=E6=9D=83=E9=99=90=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=80=89=E6=8B=A9=E9=85=8D=E7=BD=AE=E9=A1=B9=E6=97=B6?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E8=81=9A=E7=84=A6=E9=A2=9C=E8=89=B2=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index bed05307ca..e367f0e4a0 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -539,7 +539,7 @@ div:focus { } .blackTheme .is-current>.el-tree-node__content { - background-color: var(--MenuActiveBG) !important; + background-color: var(--MenuActiveBG, #ecf5ff) !important; } .blackTheme .el-collapse-item__header { @@ -871,7 +871,7 @@ div:focus { .el-tabs__header { margin: 0 0 12px !important; } - + .el-tabs__item { height: 24px !important; line-height: 24px !important; @@ -994,7 +994,7 @@ div:focus { -.de-form-item { +.de-form-item { .el-form-item__label { width: 100% !important; text-align: left; @@ -1173,4 +1173,4 @@ div:focus { } .tox { border-radius: 4px !important; -} \ No newline at end of file +}