From 3cd4ab510c6e0e6ed330814f91572a79ffb47323 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Tue, 8 Jul 2025 18:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visualized/data/datasource/form/EditorDetail.vue | 2 +- .../src/views/visualized/data/datasource/index.vue | 2 +- .../service/datasource/form/EditorDetail.vue | 2 +- .../viewsnew/application/service/datasource/index.vue | 11 ++++++----- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/core/core-frontend/src/views/visualized/data/datasource/form/EditorDetail.vue b/core/core-frontend/src/views/visualized/data/datasource/form/EditorDetail.vue index 8baeccc..959a6cd 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/form/EditorDetail.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/form/EditorDetail.vue @@ -1754,7 +1754,7 @@ defineExpose({ height: 120px; width: 392px; border-radius: 4px; - border: 1px solid var(--deCardStrokeColor, #dee0e3); + border: 1px solid var(--deCardStrokeColor, #434343); border-radius: 4px; margin: 0 0 16px 16px; padding: 16px; diff --git a/core/core-frontend/src/views/visualized/data/datasource/index.vue b/core/core-frontend/src/views/visualized/data/datasource/index.vue index 8ba596a..7466f42 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/index.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/index.vue @@ -2116,7 +2116,7 @@ const getMenuList = (val: boolean) => { width: calc(50% - 16px); height: 140px; border-radius: 4px; - border: 1px solid var(--deCardStrokeColor, #dee0e3); + border: 1px solid var(--deCardStrokeColor, #434343); border-radius: 4px; margin: 0 0 16px 16px; padding: 16px; diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/form/EditorDetail.vue b/core/core-frontend/src/viewsnew/application/service/datasource/form/EditorDetail.vue index 4164dc5..9d0fba2 100644 --- a/core/core-frontend/src/viewsnew/application/service/datasource/form/EditorDetail.vue +++ b/core/core-frontend/src/viewsnew/application/service/datasource/form/EditorDetail.vue @@ -1777,7 +1777,7 @@ defineExpose({ display: flex; font-size: 14px; font-weight: 400; - + color: #ffffff; :nth-child(1) { width: 120px; } 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 4f6d94d..5a3a74a 100644 --- a/core/core-frontend/src/viewsnew/application/service/datasource/index.vue +++ b/core/core-frontend/src/viewsnew/application/service/datasource/index.vue @@ -1667,7 +1667,7 @@ const getMenuList = (val: boolean) => { - {{ api.name }} + {{ api.name }} {{ t('datasource.invalid') @@ -1687,7 +1687,7 @@ const getMenuList = (val: boolean) => {
- {{ t('data_source.data_time') }} {{ timestampFormatDate(api['updateTime']) }} + {{ t('data_source.data_time') }} {{ timestampFormatDate(api['updateTime']) }}
@@ -2096,13 +2096,14 @@ const getMenuList = (val: boolean) => { flex-wrap: wrap; margin-top: 16px; margin-left: -16px; + color: #ffffff; } .api-card { width: calc(50% - 16px); height: 140px; border-radius: 4px; - border: 1px solid var(--deCardStrokeColor, #dee0e3); + border: 1px solid var(--deCardStrokeColor, #434343); border-radius: 4px; margin: 0 0 16px 16px; padding: 16px; @@ -2132,11 +2133,11 @@ const getMenuList = (val: boolean) => { } } .req-title { - color: var(--deTextSecondary, #646a73); + color: var(--deTextSecondary, #B8BCBF); margin: 16px 0 4px 0; } .req-value { - color: var(--deTextPrimary, #1f2329); + color: var(--deTextPrimary, #ffffff); } .de-copy-icon { cursor: pointer;