diff --git a/core/core-frontend/src/viewsnew/application/service/dataset/form/AddSql.vue b/core/core-frontend/src/viewsnew/application/service/dataset/form/AddSql.vue
index 0832724..2c9603b 100644
--- a/core/core-frontend/src/viewsnew/application/service/dataset/form/AddSql.vue
+++ b/core/core-frontend/src/viewsnew/application/service/dataset/form/AddSql.vue
@@ -604,7 +604,7 @@ const mousedownDrag = () => {
-
+
@@ -612,7 +612,7 @@ const mousedownDrag = () => {
{{ t('data_set.run') }}
-
+
@@ -1358,6 +1358,8 @@ const mousedownDrag = () => {
width: calc(100% - 48px);
.border-bottom-tab(24px);
margin-left: 0px;
+ padding-left: 24px;
+ border-bottom: 1px solid #434343;
}
.table-sql {
@@ -1464,6 +1466,7 @@ const mousedownDrag = () => {
font-size: 14px;
font-weight: 400;
line-height: 22px;
+ color: #ffffff;
}
.variable-item {
@@ -1767,4 +1770,12 @@ const mousedownDrag = () => {
.ed-drawer__header{
border-bottom: 1px solid #333333;
}
+.ed-select__wrapper{
+ background-color: transparent !important;
+ border: 1px solid #434343 !important;
+ box-shadow: none !important;
+}
+.ed-select__placeholder{
+ color: #ffffff !important;
+}
diff --git a/core/core-frontend/src/viewsnew/application/service/dataset/form/DatasetUnion.vue b/core/core-frontend/src/viewsnew/application/service/dataset/form/DatasetUnion.vue
index f4c0e1e..98569e3 100644
--- a/core/core-frontend/src/viewsnew/application/service/dataset/form/DatasetUnion.vue
+++ b/core/core-frontend/src/viewsnew/application/service/dataset/form/DatasetUnion.vue
@@ -1277,7 +1277,7 @@ const emits = defineEmits([
.label {
font-weight: 500;
font-size: 16px;
- color: #1f2329;
+ color: #ffffff;
max-width: 500px;
}
.name {
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 2abd92e..a5fd46a 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
@@ -3396,7 +3396,7 @@ const getIconNameCalc = (deType, extField, dimension = false) => {
height: 30px;
}
:deep(.ed-table th.ed-table__cell) {
- background: #282828;
+ background-color: #282828;
}
}
@@ -3607,7 +3607,7 @@ const getIconNameCalc = (deType, extField, dimension = false) => {
background: rgba(21, 21, 21, 1);
}
.ed-table__body-wrapper tr td.ed-table-fixed-column--left, .ed-table__body-wrapper tr td.ed-table-fixed-column--right, .ed-table__body-wrapper tr th.ed-table-fixed-column--left, .ed-table__body-wrapper tr th.ed-table-fixed-column--right, .ed-table__footer-wrapper tr td.ed-table-fixed-column--left, .ed-table__footer-wrapper tr td.ed-table-fixed-column--right, .ed-table__footer-wrapper tr th.ed-table-fixed-column--left, .ed-table__footer-wrapper tr th.ed-table-fixed-column--right, .ed-table__header-wrapper tr td.ed-table-fixed-column--left, .ed-table__header-wrapper tr td.ed-table-fixed-column--right, .ed-table__header-wrapper tr th.ed-table-fixed-column--left, .ed-table__header-wrapper tr th.ed-table-fixed-column--right{
- background: rgba(21, 21, 21, 1);
+ background: #272626;
}
.ed-table td.ed-table__cell, .ed-table th.ed-table__cell.is-leaf{
border-bottom: 1px solid rgba(54, 54, 54, 1)
@@ -3687,7 +3687,7 @@ border-right: 1px solid rgba(54, 54, 54, 1)
border-color: #5f5f5f;
}
.ed-table th.ed-table__cell{
- background-color:#434343;
+ background-color: #282828;
}
.ed-table.is-scrolling-none th.ed-table-fixed-column--left, .ed-table.is-scrolling-none th.ed-table-fixed-column--right {
background-color: #434343 ;
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 054675d..be7d551 100644
--- a/core/core-frontend/src/viewsnew/application/service/dataset/index.vue
+++ b/core/core-frontend/src/viewsnew/application/service/dataset/index.vue
@@ -1423,14 +1423,8 @@ const proxyAllowDrop = debounce((arg1, arg2) => {
}
}
:deep(.ed-input__inner){
- background: rgb(33,33,33);
+ background: rgb(37,38,38);
}
-// :deep(){
-// background-color: rgba(41, 41, 41, 1) !important;
-// border-width: 1px;
-// border-style: solid;
-// border-color: rgba(70, 70, 70, 1);
-// }
\ No newline at end of file
diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiHttpRequestDraw.vue b/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiHttpRequestDraw.vue
index f5d2125..1b0ee00 100644
--- a/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiHttpRequestDraw.vue
+++ b/core/core-frontend/src/viewsnew/application/service/datasource/form/ApiHttpRequestDraw.vue
@@ -1174,7 +1174,7 @@ defineExpose({
border: 1px solid #636363;
}
.ed-table th.ed-table__cell {
- background-color: #434343;
+ // background-color: #434343;
color: #fff;
}
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 71d0ef9..8b094c1 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
@@ -1318,4 +1318,10 @@ defineExpose({
box-shadow: none !important;
border: 1px solid #f54a45 !important;
}
+.ed-step__title.is-finish{
+ color: #ffffff;
+}
+.ed-step__title.is-process{
+ color: #ffffff;
+}
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 29c4e30..3f2e326 100644
--- a/core/core-frontend/src/viewsnew/application/service/datasource/index.vue
+++ b/core/core-frontend/src/viewsnew/application/service/datasource/index.vue
@@ -2479,10 +2479,11 @@ const getMenuList = (val: boolean) => {
background: rgba(21, 21, 21, 1);
}
.ed-table__body-wrapper tr td.ed-table-fixed-column--left, .ed-table__body-wrapper tr td.ed-table-fixed-column--right, .ed-table__body-wrapper tr th.ed-table-fixed-column--left, .ed-table__body-wrapper tr th.ed-table-fixed-column--right, .ed-table__footer-wrapper tr td.ed-table-fixed-column--left, .ed-table__footer-wrapper tr td.ed-table-fixed-column--right, .ed-table__footer-wrapper tr th.ed-table-fixed-column--left, .ed-table__footer-wrapper tr th.ed-table-fixed-column--right, .ed-table__header-wrapper tr td.ed-table-fixed-column--left, .ed-table__header-wrapper tr td.ed-table-fixed-column--right, .ed-table__header-wrapper tr th.ed-table-fixed-column--left, .ed-table__header-wrapper tr th.ed-table-fixed-column--right{
- background: rgba(21, 21, 21, 1);
+ background: #272626;
}
.ed-table td.ed-table__cell, .ed-table th.ed-table__cell.is-leaf{
border-bottom: 1px solid rgba(54, 54, 54, 1);
+background: #434343;
}
.ed-table--border .ed-table__cell{
border-right: 1px solid rgba(54, 54, 54, 1);
@@ -2634,4 +2635,38 @@ border-right: 1px solid rgba(54, 54, 54, 1);
.ed-table.is-scrolling-none th.ed-table-fixed-column--left, .ed-table.is-scrolling-none th.ed-table-fixed-column--right {
background-color: #434343;
}
+.ed-select__wrapper{
+ background-color: rgba(37, 38, 38, 1) !important;
+ box-shadow: none !important;
+ border: 1px solid #636363 !important;
+ color: #fff !important;
+}
+.ed-select__placeholder{
+ color: #fff !important;
+}
+.ed-select__popper.ed-popper {
+ background: rgb(41, 41, 41) !important;
+ color: #fff !important;
+ border: 1px solid #434343 !important;
+}
+
+.ed-select-dropdown__item.is-hovering {
+ background: #393939;
+}
+
+.ed-select-dropdown__item {
+ color: #fff !important;
+}
+.ed-select-dropdown__footer {
+ padding: 5px 0px !important;
+ border-top: 1px solid #434343 !important;
+}
+.ed-table th.ed-table__cell:hover{
+ background-color: #282828;
+}
+.ed-dialog__header {
+ padding: 0px !important;
+ padding-bottom: 10px !important;
+ margin-bottom: 10px;
+}