From 681b6469686ab08834f21f3eacd200a453205f8a Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 15 Jul 2024 17:08:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=95=B0=E6=8D=AE=E9=9B=86=E6=8A=98=E5=8F=A0?= =?UTF-8?q?=E5=90=8E=E5=86=8D=E5=B1=95=E5=BC=80=EF=BC=8C=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E6=80=A7=E5=BC=B9=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data-visualization/ComponentToolBar.vue | 12 ++++++++++- .../editor/editor-style/VQueryChartStyle.vue | 1 + .../src/views/copilot/DialogueChart.vue | 19 +++++++++++++++-- .../core-frontend/src/views/copilot/index.vue | 21 +++++++++++++++---- .../visualized/data/dataset/form/AddSql.vue | 5 +++++ .../visualized/data/dataset/form/index.vue | 5 +++++ 6 files changed, 56 insertions(+), 7 deletions(-) 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 @@