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;