-
-
菜单列表
-
-
-
-
-
+
+
+
+
+
+
菜单列表
+
+
+
+
-
-
-
-
-
{{ node.label }}
-
-
+
+
+
+
+
+
{{ node.label }}
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/core/core-frontend/src/viewsnew/application/service/dataset/index.vue b/core/core-frontend/src/viewsnew/application/service/dataset/index.vue
index be7d551..4f88cb2 100644
--- a/core/core-frontend/src/viewsnew/application/service/dataset/index.vue
+++ b/core/core-frontend/src/viewsnew/application/service/dataset/index.vue
@@ -1743,7 +1743,7 @@ border-right: 1px solid rgba(54, 54, 54, 1)
background: #3f3f3f !important;
}
.ed-table th.ed-table__cell:hover{
- background-color: #282828;
+ background-color: #282828 !important;
}
.ed-table.is-scrolling-right th.ed-table-fixed-column--right{
background-color: #434343 !important;
diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/form/index.vue b/core/core-frontend/src/viewsnew/application/service/datasource/form/index.vue
index 8b094c1..c04e218 100644
--- a/core/core-frontend/src/viewsnew/application/service/datasource/form/index.vue
+++ b/core/core-frontend/src/viewsnew/application/service/datasource/form/index.vue
@@ -1324,4 +1324,7 @@ defineExpose({
.ed-step__title.is-process{
color: #ffffff;
}
+.ed-input-number.is-controls-right .ed-input-number__decrease [class*=ed-icon], .ed-input-number.is-controls-right .ed-input-number__increase [class*=ed-icon]{
+ color: #ffffff !important;
+}
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 3f2e326..4f6d94d 100644
--- a/core/core-frontend/src/viewsnew/application/service/datasource/index.vue
+++ b/core/core-frontend/src/viewsnew/application/service/datasource/index.vue
@@ -2651,7 +2651,7 @@ border-right: 1px solid rgba(54, 54, 54, 1);
}
.ed-select-dropdown__item.is-hovering {
- background: #393939;
+ background: transparent;
}
.ed-select-dropdown__item {
@@ -2662,7 +2662,7 @@ border-right: 1px solid rgba(54, 54, 54, 1);
border-top: 1px solid #434343 !important;
}
.ed-table th.ed-table__cell:hover{
- background-color: #282828;
+ background-color: #282828 !important;
}
.ed-dialog__header {
padding: 0px !important;
diff --git a/core/core-frontend/src/viewsnew/data-visualization/MultiplexPreviewShow.vue b/core/core-frontend/src/viewsnew/data-visualization/MultiplexPreviewShow.vue
index d328317..f46cd9e 100644
--- a/core/core-frontend/src/viewsnew/data-visualization/MultiplexPreviewShow.vue
+++ b/core/core-frontend/src/viewsnew/data-visualization/MultiplexPreviewShow.vue
@@ -448,7 +448,7 @@ span {
.top-area-value {
font-weight: 400;
font-size: 14px;
- color: #1f2329;
+ color: #ffffff;
display: flex;
flex-direction: row;
align-items: center;