@@ -2246,7 +2246,7 @@ defineExpose({
{{ t('chart.margin_model_auto') }}
-
+
{{ t('v_query.be_switched_to') }}
@@ -3169,10 +3169,10 @@ defineExpose({
@@ -3299,7 +3299,7 @@ defineExpose({
width: 1152px;
height: 454px;
border-radius: 4px;
- border: 1px solid #dee0e3;
+ border: 1px solid #434343;
display: flex;
.ed-checkbox:not(.is-disabled) {
.ed-checkbox__label:hover {
@@ -3310,7 +3310,7 @@ defineExpose({
height: 100%;
// background: #f5f6f7;
background: rgb(38,38,38);
- border-right: 1px solid #dee0e3;
+ border-right: 1px solid #434343;
width: 208px;
overflow-y: auto;
@@ -3456,7 +3456,7 @@ defineExpose({
}
.condition-configuration {
- border-left: 1px solid #dee0e3;
+ border-left: 1px solid #434343;
width: 467px;
position: relative;
overflow: hidden;
@@ -3873,4 +3873,61 @@ defineExpose({
height: 16px;
}
}
+.dialog-footer .ed-button{
+ color: #F2F4F5;
+ background-color: #212121;
+ border: 1px solid #434343;
+}
+.dialog-footer .ed-button--primary{
+ background-color:#0089FF;
+ border: 1px solid #0089FF;
+}
+.ed-checkbox__inner{
+ background: transparent;
+ border-color:#5f5f5f;
+}
+.ed-radio__inner{
+ background: rgb(33,33,33);
+ border-color:#5f5f5f;
+}
+.ed-radio__input.is-checked .ed-radio__inner{
+ background-color:#0089FF ;
+ border: 1px solid #0089FF;
+}
+.ed-radio__input.is-disabled .ed-radio__inner{
+ background-color:#373737 ;
+ border: 1px solid #5f5f5f;
+}
+.ed-radio--dark .ed-radio__input.is-disabled.is-checked .ed-radio__inner{
+ background-color:#5f5f5f ;
+ border: 1px solid #5f5f5f;
+}
+.ed-radio--dark .ed-radio__input.is-disabled.is-checked .ed-radio__inner::after{
+ background-color:rgb(33,33,33);
+}
+.list-item_primary.active{
+ background: rgba(0, 137, 255, 0.3);
+ color: #fff;
+}
+.ed-dropdown-menu__item{
+ color: #ffffff;
+}
+.ed-input__wrapper{
+ background-color: #252424 ;
+ box-shadow: 0 0 0 1px #5f5f5f inset;
+}
+.ed-input__inner{
+ color: #fff;
+}
+.ed-popper.is-dark{
+ background: rgb(41,41,41);
+ border: 1px solid #434343;
+}
+.ed-popper[data-popper-placement^=top] .ed-popper__arrow::before {
+ background: rgba(41, 41, 41, 1) !important;
+}
+.ed-select .ed-popper.is-dark{
+ background: rgb(41,41,41);
+ border: 1px solid #434343;
+}
diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/PictureGroupThresholdEdit.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/PictureGroupThresholdEdit.vue
index c2aa054..23c254a 100644
--- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/PictureGroupThresholdEdit.vue
+++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/PictureGroupThresholdEdit.vue
@@ -334,7 +334,7 @@ init()
:style="{ float: 'right' }"
@click="removeThreshold(fieldIndex)"
>
-
+
@@ -342,7 +342,7 @@ init()
-
+
-
+
@@ -510,7 +510,7 @@ init()
border-radius: 4px;
padding: 10px 16px;
margin-top: 10px;
- background: #f5f6f7;
+ background:#333333;
}
.line-item {
@@ -578,7 +578,7 @@ span {
.tip {
font-size: 12px;
- background: #d6e2ff;
+ background: #333333;
border-radius: 4px;
padding: 10px 20px;
display: flex;
@@ -613,6 +613,31 @@ span {
justify-content: flex-start;
padding: 0 11px;
}
+:deep(.ed-input__wrapper){
+ background-color: #252424 ;
+ box-shadow: 0 0 0 1px #5f5f5f inset;
+}
+:deep(.ed-input__inner){
+ color: #fff;
+}
+:deep(.ed-select-dropdown__item){
+ color: #ffffff !important;
+}
+:deep(.ed-select-dropdown__item.hover, .ed-select-dropdown__item:hover){
+ background: rgb(61,61,61) !important;
+}
+.ed-select-dropdown__item{
+ color: #ffffff;
+}
+.ed-select-dropdown__item.hover, .ed-select-dropdown__item:hover{
+ background: rgb(61,61,61);
+}
+.ed-select-dropdown__item.selected{
+ color: #0089ff;
+}
+:deep(.ed-color-picker__trigger){
+ border: 1px solid #5f5f5f ;
+}