From 8169f8239b7dcf185afba5a225504aaea02c49ae Mon Sep 17 00:00:00 2001
From: jingna <1264204245@qq.com>
Date: Mon, 12 May 2025 18:26:26 +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
---
core/core-frontend/src/style/index.less | 2 +-
.../editor/chart-type/ChartType.vue | 10 ++-
.../src/viewsnew/application/addpopup.vue | 13 ++-
.../service/datasource/form/DsTypeList.vue | 8 +-
.../service/datasource/form/EditorDetail.vue | 2 +-
.../service/datasource/form/index.vue | 88 ++++++++++++++++++-
.../application/service/datasource/index.vue | 2 +-
7 files changed, 114 insertions(+), 11 deletions(-)
diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less
index 4dc83b0..019410c 100644
--- a/core/core-frontend/src/style/index.less
+++ b/core/core-frontend/src/style/index.less
@@ -100,7 +100,7 @@ body {
font-style: normal;
font-weight: 500;
font-size: 14px;
- color: #1f2329;
+ color: #fff;
position: relative;
padding-left: 8px;
diff --git a/core/core-frontend/src/views/chart/components/editor/chart-type/ChartType.vue b/core/core-frontend/src/views/chart/components/editor/chart-type/ChartType.vue
index 43eb40f..616ffa4 100644
--- a/core/core-frontend/src/views/chart/components/editor/chart-type/ChartType.vue
+++ b/core/core-frontend/src/views/chart/components/editor/chart-type/ChartType.vue
@@ -127,10 +127,10 @@ const groupActiveChange = category => {
.chart-light {
color: #646a73 !important;
:deep(.group-right) {
- border-left: 1px solid @side-outline-border-color-light!important;
+ border-left: 1px solid @side-outline-border-color-light;
}
:deep(.item-top) {
- background-color: #f5f6f7 !important;
+ background-color: #f5f6f7;
}
:deep(.ul-custom) {
color: @chart-change-font-color-light!important;
@@ -248,4 +248,10 @@ const groupActiveChange = category => {
color: #1f2329;
padding: 0 6px 2px;
}
+.group .group-left .ul-custom{
+ color: #a6a6a6 !important;
+}
+.chart-light .item-top{
+ background-color: #1a1a1a !important;
+}
diff --git a/core/core-frontend/src/viewsnew/application/addpopup.vue b/core/core-frontend/src/viewsnew/application/addpopup.vue
index 0036349..d12bc6d 100644
--- a/core/core-frontend/src/viewsnew/application/addpopup.vue
+++ b/core/core-frontend/src/viewsnew/application/addpopup.vue
@@ -138,13 +138,22 @@ const handleAvatarSuccess = file => {
- {{ t('dataset.cancel') }}
- {{ t('dataset.confirm') }}
+ {{ t('dataset.cancel') }}
+ {{ t('dataset.confirm') }}
\ No newline at end of file
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 69a0abb..9439fbf 100644
--- a/core/core-frontend/src/viewsnew/application/service/datasource/index.vue
+++ b/core/core-frontend/src/viewsnew/application/service/datasource/index.vue
@@ -1931,7 +1931,7 @@ const getMenuList = (val: boolean) => {
height: 100%;
width: 279px;
padding: 0;
- border-right: 1px solid #d7d7d7;
+ border-right: 1px solid #4f5052;
overflow: visible;
&.retract {
display: none;