From ddd0a75e0c0a9f995e502dd18987a0fe26f56828 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Wed, 14 May 2025 18:28:45 +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 --- .../src/assets/svg/datasoure_add_dataset.svg | 6 ++ .../src/assets/svg/datasoure_details.svg | 6 ++ .../src/components/relation-chart/index.vue | 4 +- .../service/dataset/form/index.vue | 6 +- .../service/datasource/BaseInfoContent.vue | 17 ++- .../service/datasource/BaseInfoItem.vue | 15 +-- .../service/datasource/form/ApiAuthConfig.vue | 6 +- .../datasource/form/ApiHttpRequestDraw.vue | 12 ++- .../datasource/form/ApiHttpRequestForm.vue | 10 +- .../service/datasource/form/ApiKeyValue.vue | 84 ++++++++++++++- .../service/datasource/form/ApiVariable.vue | 5 +- .../service/datasource/form/CreatDsGroup.vue | 23 +++- .../service/datasource/form/EditorDetail.vue | 4 +- .../service/datasource/form/Pagination.vue | 22 ++-- .../application/service/datasource/index.vue | 102 ++++++++++++++++-- 15 files changed, 282 insertions(+), 40 deletions(-) create mode 100644 core/core-frontend/src/assets/svg/datasoure_add_dataset.svg create mode 100644 core/core-frontend/src/assets/svg/datasoure_details.svg diff --git a/core/core-frontend/src/assets/svg/datasoure_add_dataset.svg b/core/core-frontend/src/assets/svg/datasoure_add_dataset.svg new file mode 100644 index 0000000..4ddd6c2 --- /dev/null +++ b/core/core-frontend/src/assets/svg/datasoure_add_dataset.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/core-frontend/src/assets/svg/datasoure_details.svg b/core/core-frontend/src/assets/svg/datasoure_details.svg new file mode 100644 index 0000000..e1fd198 --- /dev/null +++ b/core/core-frontend/src/assets/svg/datasoure_details.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/core-frontend/src/components/relation-chart/index.vue b/core/core-frontend/src/components/relation-chart/index.vue index dc9bb2c..3a49a5b 100644 --- a/core/core-frontend/src/components/relation-chart/index.vue +++ b/core/core-frontend/src/components/relation-chart/index.vue @@ -116,10 +116,10 @@ defineExpose({ padding-bottom: 24px; } .relation-drawer_content { - border: 1px solid #dee0e3; + border: 1px solid #5f5f5f; width: 100%; height: 100%; - background: #f5f6f7; + background: #252626; border-radius: 4px; position: relative; } diff --git a/core/core-frontend/src/viewsnew/application/service/dataset/form/index.vue b/core/core-frontend/src/viewsnew/application/service/dataset/form/index.vue index e1e1547..0ac4e4c 100644 --- a/core/core-frontend/src/viewsnew/application/service/dataset/form/index.vue +++ b/core/core-frontend/src/viewsnew/application/service/dataset/form/index.vue @@ -3489,7 +3489,9 @@ const getDsIconName = data => { .ed-input.is-disabled .ed-input__inner{ background-color: rgba(37, 38, 38, 0); } - +.ed-table--enable-row-hover .ed-table__body tr:hover>td.ed-table__cell { + background: rgba(21, 21, 21, 1); +} @@ -3554,7 +3556,7 @@ border-right: 1px solid rgba(54, 54, 54, 1) background: transparent; } .header-cell{ - background: rgba(54, 54, 54, 1) !important; + background: rgba(54, 54, 54, 1) ; border-top: 1px solid rgba(54, 54, 54, 1) } .ed-table-v2__header-cell{ diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/BaseInfoContent.vue b/core/core-frontend/src/viewsnew/application/service/datasource/BaseInfoContent.vue index f424e28..ec3d448 100644 --- a/core/core-frontend/src/viewsnew/application/service/datasource/BaseInfoContent.vue +++ b/core/core-frontend/src/viewsnew/application/service/datasource/BaseInfoContent.vue @@ -13,19 +13,20 @@ defineExpose({ diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/BaseInfoItem.vue b/core/core-frontend/src/viewsnew/application/service/datasource/BaseInfoItem.vue index 777620d..d013785 100644 --- a/core/core-frontend/src/viewsnew/application/service/datasource/BaseInfoItem.vue +++ b/core/core-frontend/src/viewsnew/application/service/datasource/BaseInfoItem.vue @@ -7,27 +7,30 @@ defineProps({ diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiHttpRequestForm.vue b/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiHttpRequestForm.vue index befa496..31772d8 100644 --- a/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiHttpRequestForm.vue +++ b/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiHttpRequestForm.vue @@ -208,7 +208,7 @@ const emits = defineEmits(['changeId']) + diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiKeyValue.vue b/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiKeyValue.vue index 61473c1..e207c81 100644 --- a/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiKeyValue.vue +++ b/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiKeyValue.vue @@ -121,7 +121,7 @@ const timeFunLists = [