From 4e73bb90d436cf8b21ff7888454c3ae26a2ad06a Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Fri, 8 Dec 2023 11:11:49 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E6=96=91?= =?UTF-8?q?=E9=A9=AC=E7=BA=B9=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/shapeAttr/ColorSelector.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue b/core/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue index f4941b0671..615fe73872 100644 --- a/core/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue +++ b/core/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue @@ -605,7 +605,8 @@ export default { this.colorForm.tableHeaderFontColor = this.colorForm.tableHeaderFontColor ? this.colorForm.tableHeaderFontColor : this.colorForm.tableFontColor this.$set(this.colorForm, 'gradient', this.colorForm.gradient || false) this.colorForm.tableScrollBarColor = this.colorForm.tableScrollBarColor ? this.colorForm.tableScrollBarColor : DEFAULT_COLOR_CASE.tableScrollBarColor - this.colorForm.quotaSuffixColor = this.colorForm.quotaSuffixColor ? this.colorForm.quotaSuffixColor :DEFAULT_COLOR_CASE.quotaSuffixColor + this.colorForm.quotaSuffixColor = this.colorForm.quotaSuffixColor ? this.colorForm.quotaSuffixColor : DEFAULT_COLOR_CASE.quotaSuffixColor + this.colorForm.tableItemSubBgColor = this.colorForm.tableItemSubBgColor ? this.colorForm.tableItemSubBgColor : DEFAULT_COLOR_CASE.tableItemSubBgColor this.colorForm.mapStyle = this.colorForm.mapStyle ? this.colorForm.mapStyle : DEFAULT_COLOR_CASE.mapStyle this.colorForm.mapLineGradient = this.colorForm.mapLineGradient ? this.colorForm.mapLineGradient : DEFAULT_COLOR_CASE.mapLineGradient From c83772f6ba2820ad8679cb71234805671237e054 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Fri, 8 Dec 2023 11:19:00 +0800 Subject: [PATCH 2/3] =?UTF-8?q?style:=20=E4=BB=A3=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/App.vue | 2 +- .../canvas/components/editor/EditBar.vue | 14 +++--- .../src/components/widget/deWidget/DeTabs.vue | 2 +- .../chart/components/ChartComponentS2.vue | 2 +- .../src/views/dataset/add/AddExcel.vue | 18 +++---- .../system/datasource/DsConfiguration.vue | 48 +++++++++---------- .../views/system/sysParam/BasicSetting.vue | 10 ++-- 7 files changed, 49 insertions(+), 47 deletions(-) diff --git a/core/frontend/src/App.vue b/core/frontend/src/App.vue index 40f3077521..cd8ee87b6b 100644 --- a/core/frontend/src/App.vue +++ b/core/frontend/src/App.vue @@ -13,7 +13,7 @@ :title="$t('user.change_password')" :show-close="false" > - + diff --git a/core/frontend/src/components/canvas/components/editor/EditBar.vue b/core/frontend/src/components/canvas/components/editor/EditBar.vue index 36d3f127f6..0514c0162e 100644 --- a/core/frontend/src/components/canvas/components/editor/EditBar.vue +++ b/core/frontend/src/components/canvas/components/editor/EditBar.vue @@ -145,7 +145,7 @@ :target="curComponent.hyperlinks.openMode " :href="curComponent.hyperlinks.content " > - + @@ -193,7 +193,7 @@