From 633cf54f289bd7f590d7a64783986bd1389ae2a9 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Sun, 27 Apr 2025 15:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/index.vue | 2 +- core/core-frontend/src/views/common/DeResourceTree.vue | 4 ++-- .../src/viewsnew/application/module/Leftmenu/index.vue | 2 +- .../src/viewsnew/application/service/datasource/index.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/core-frontend/src/layout/index.vue b/core/core-frontend/src/layout/index.vue index c522682..04a3b70 100644 --- a/core/core-frontend/src/layout/index.vue +++ b/core/core-frontend/src/layout/index.vue @@ -110,7 +110,7 @@ const { t } = useI18n() .layout-main { flex: 1; - background-color: var(--MainBG, #f5f6f7); + background-color: var(--MainBG, rgb(33,33,33)); padding: 0; } diff --git a/core/core-frontend/src/views/common/DeResourceTree.vue b/core/core-frontend/src/views/common/DeResourceTree.vue index 7896776..7317a97 100644 --- a/core/core-frontend/src/views/common/DeResourceTree.vue +++ b/core/core-frontend/src/views/common/DeResourceTree.vue @@ -803,7 +803,7 @@ defineExpose({ justify-content: flex-end; font-size: 20px; font-weight: 500; - color: var(--TextPrimary, #1f2329); + color: var(--TextPrimary, #ffffff); padding-bottom: 16px; .title { margin-right: auto; @@ -928,7 +928,7 @@ defineExpose({ } } .ed-tree{ - color: #fff; + color: #fff !important; } .ed-dropdown-menu{ background-color: rgb(41, 41, 41); diff --git a/core/core-frontend/src/viewsnew/application/module/Leftmenu/index.vue b/core/core-frontend/src/viewsnew/application/module/Leftmenu/index.vue index dc72f13..a5510bf 100644 --- a/core/core-frontend/src/viewsnew/application/module/Leftmenu/index.vue +++ b/core/core-frontend/src/viewsnew/application/module/Leftmenu/index.vue @@ -130,7 +130,7 @@ function editClic(data:any){ if(data.type == '03'){ window.open('/#/dvsCanvas?dvId=' +data.id, '_blank'); }else if(data.type == '0301'){ - window.open('/#/dashboard?resourceId=' +data.id, ' blank'); + window.open('/#/dashboard?resourceId=' + data.id, '_blank'); } // window.open('/#/dvCanvas?dvId=' + "1097641013486424064", '_blank'); } diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/index.vue b/core/core-frontend/src/viewsnew/application/service/datasource/index.vue index 2d523c9..72e8faf 100644 --- a/core/core-frontend/src/viewsnew/application/service/datasource/index.vue +++ b/core/core-frontend/src/viewsnew/application/service/datasource/index.vue @@ -2363,7 +2363,7 @@ const getMenuList = (val: boolean) => { .ed-tree{ background:transparent; - color: #fff; + color: #fff !important; } .ed-dialog {