diff --git a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue index e0a721f..3025275 100644 --- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue +++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue @@ -233,4 +233,7 @@ onUnmounted(() => { } } +:deep(.scale-input-number .ed-input__wrapper::after){ + top: -1px; +} diff --git a/core/core-frontend/src/components/data-visualization/DvToolbar.vue b/core/core-frontend/src/components/data-visualization/DvToolbar.vue index a3760ce..c46871c 100644 --- a/core/core-frontend/src/components/data-visualization/DvToolbar.vue +++ b/core/core-frontend/src/components/data-visualization/DvToolbar.vue @@ -707,8 +707,25 @@ const fullScreenPreview = () => { } .tabline{ width: 1px; - height: 20px; - background-color: rgba(24, 24, 24, 1); + height: 40px; + background-color: rgba(255, 255, 255, 0.15); margin: 0px 10px; } + diff --git a/core/core-frontend/src/components/visualization/ComponentButtonLabel.vue b/core/core-frontend/src/components/visualization/ComponentButtonLabel.vue index 6c27534..6513f31 100644 --- a/core/core-frontend/src/components/visualization/ComponentButtonLabel.vue +++ b/core/core-frontend/src/components/visualization/ComponentButtonLabel.vue @@ -36,7 +36,7 @@ const emits = defineEmits(['customClick']) } } .group_inner { - padding: 0px 10px 4px; + padding: 4px 10px 4px; display: flex; cursor: pointer; flex-direction: column; diff --git a/core/core-frontend/src/components/visualization/DvSidebar.vue b/core/core-frontend/src/components/visualization/DvSidebar.vue index b6796a0..26c4aa3 100644 --- a/core/core-frontend/src/components/visualization/DvSidebar.vue +++ b/core/core-frontend/src/components/visualization/DvSidebar.vue @@ -473,7 +473,7 @@ const menuOpt = optName => { color:#ffffff !important; } .ed-collapse-item__wrap .ed-input-number.is-controls-right .ed-input-number__increase{ - border-bottom: 1px solid #5f5f5f !important; + border-bottom: 1px solid #434343 !important; border-left: 1px solid #5f5f5f !important; } .ed-collapse-item__wrap .ed-input-number.is-controls-right .ed-input-number__decrease{ @@ -593,4 +593,7 @@ color: #ffffff !important; .ed-select .ed-input.is-disabled:not(.ed-input--dark) .ed-input__wrapper:hover{ box-shadow: none!important;; } +.icon-checkbox:before{ + content:'' +} diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/AssistLineEdit.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/AssistLineEdit.vue index 01bd06f..014cd17 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/AssistLineEdit.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/AssistLineEdit.vue @@ -394,7 +394,7 @@ color:#ffffff; color:#ffffff !important; } :deep(.ed-input-number.is-controls-right .ed-input-number__increase){ - border-bottom: 1px solid #5f5f5f !important; + border-bottom: 1px solid #434343 !important; border-left: 1px solid #5f5f5f !important; } :deep(.ed-input-number.is-controls-right .ed-input-number__decrease){ diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TextThresholdEdit.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TextThresholdEdit.vue index a3609a3..250755a 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TextThresholdEdit.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TextThresholdEdit.vue @@ -312,7 +312,7 @@ color:#ffffff; color:#ffffff; } :deep(.ed-input-number.is-controls-right .ed-input-number__increase){ - border-bottom: 1px solid #5f5f5f !important; + border-bottom: 1px solid #434343 !important; border-left: 1px solid #5f5f5f !important; } :deep(.ed-input-number.is-controls-right .ed-input-number__decrease){ diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 97277af..96cec0c 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -5331,10 +5331,10 @@ span { border: 1px solid #3370ff; } .ed-input-number--dark .ed-input-number__decrease.is-disabled .ed-icon, .ed-input-number--dark .ed-input-number__increase.is-disabled .ed-icon{ - color: #ffffff; + color: #ffffff !important; } .form-item-dark .ed-input-number__decrease, .form-item-dark .ed-input-number__increase { - color: #ffffff ; + color: #ffffff !important; } .de-chart-editor .ed-input-group--append .ed-input-group__append .ed-select:not(.ed-select--disabled):hover .ed-input__wrapper{ box-shadow: none !important; @@ -5346,7 +5346,7 @@ span { } .de-chart-editor .ed-input-group--append .ed-input-group__append .ed-select:not(.ed-select--disabled) .ed-input .ed-input__wrapper{ box-shadow: none !important; - border:1px solid #636363 !important; + border:none !important; border-left: none !important; } .de-chart-editor .view-panel-row .ed-collapse-item__header.is-active{ diff --git a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue index e9a841f..56d422c 100644 --- a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue +++ b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue @@ -654,7 +654,7 @@ const save = () => { color: #ebebeb !important; } .ed-message-box{ - background: #212121; + background: #212121 ; } .ed-message-box__content{ color: #ffffff; diff --git a/core/core-frontend/src/viewsnew/application/service/dataset/form/CalcFieldEdit.vue b/core/core-frontend/src/viewsnew/application/service/dataset/form/CalcFieldEdit.vue index dec11a0..77e9c69 100644 --- a/core/core-frontend/src/viewsnew/application/service/dataset/form/CalcFieldEdit.vue +++ b/core/core-frontend/src/viewsnew/application/service/dataset/form/CalcFieldEdit.vue @@ -928,7 +928,7 @@ initFunction() color:#ffffff !important; } .ed-input-number.is-controls-right .ed-input-number__increase{ - border-bottom: 1px solid #5f5f5f !important; + border-bottom: 1px solid #434343 !important; border-left: 1px solid #5f5f5f !important; } .ed-input-number.is-controls-right .ed-input-number__decrease{ 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 4e19c07..a4a3686 100644 --- a/core/core-frontend/src/viewsnew/application/service/dataset/index.vue +++ b/core/core-frontend/src/viewsnew/application/service/dataset/index.vue @@ -1652,7 +1652,7 @@ border-right: 1px solid rgba(54, 54, 54, 1) color: #F2F4F5; } .ed-message-box{ - background: #212121; + background: #212121 ; } .ed-message-box__content{ color: #ffffff; diff --git a/core/core-frontend/src/viewsnew/data-visualization/index.vue b/core/core-frontend/src/viewsnew/data-visualization/index.vue index 708dfad..f732475 100644 --- a/core/core-frontend/src/viewsnew/data-visualization/index.vue +++ b/core/core-frontend/src/viewsnew/data-visualization/index.vue @@ -771,4 +771,4 @@ eventBus.on('tabSort', tabSort) font-size: 12px; color: rgb(169, 175, 184); } - + \ No newline at end of file