diff --git a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue index 3c2e1c1353..f0a405187a 100644 --- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue +++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue @@ -138,7 +138,7 @@ onUnmounted(() => { - + { align-items: center; } } +:deep(.ed-input--dark .ed-input__wrapper), +:deep(.ed-input-number--dark:not(.is-disabled) .ed-input-number__decrease:not(.is-disabled)), +:deep(.ed-input-number--dark:not(.is-disabled) .ed-input-number__increase:not(.is-disabled)) { + background-color: #1a1a1a; +} + +.custom-divider_scale { + height: 18px; + border-color: #ffffff26; +} .scale-input-number { height: 24px; diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue index e1f2d08b9d..de898d59a2 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue @@ -328,6 +328,7 @@ if (!chart.value.customStyle.component.hasOwnProperty('labelShow')) { v-model="chart.customStyle.component.nameboxSpacing" :min="0" :max="50" + :effect="themes" controls-position="right" /> diff --git a/core/core-frontend/src/views/copilot/DialogueChart.vue b/core/core-frontend/src/views/copilot/DialogueChart.vue index 7a29598d30..a0934bb987 100644 --- a/core/core-frontend/src/views/copilot/DialogueChart.vue +++ b/core/core-frontend/src/views/copilot/DialogueChart.vue @@ -1,5 +1,5 @@