From d03245ddc32bb7a361080230a47649512022a633 Mon Sep 17 00:00:00 2001 From: junjun Date: Tue, 31 May 2022 17:07:55 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E8=BD=B4=E5=80=BC=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/chart/util.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/views/chart/chart/util.js b/frontend/src/views/chart/chart/util.js index dec42e6b29..886dbfbe98 100644 --- a/frontend/src/views/chart/chart/util.js +++ b/frontend/src/views/chart/chart/util.js @@ -944,6 +944,11 @@ export const TYPE_CONFIGS = [ 'orient', 'textStyle', 'hPosition' + ], + 'split-selector-ant-v': [ + 'splitForm', + 'name', + 'lineStyle' ] } }, From 05acc8feee5bc4bd4aa021cd46a1a03e3ab88390 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 31 May 2022 18:21:45 +0800 Subject: [PATCH 2/3] =?UTF-8?q?refactor:=20=E6=96=B0=E5=BB=BA=E7=9A=84?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6=E5=A2=9E=E5=8A=A0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=B7=B3=E8=BD=AC=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/edit/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/panel/edit/index.vue b/frontend/src/views/panel/edit/index.vue index 0516c57943..4a2b2c8bc8 100644 --- a/frontend/src/views/panel/edit/index.vue +++ b/frontend/src/views/panel/edit/index.vue @@ -809,7 +809,8 @@ export default { } this.currentFilterCom.id = newComponentId this.currentFilterCom.auxiliaryMatrix = this.canvasStyleData.auxiliaryMatrix - this.currentFilterCom.mobileStyle = BASE_MOBILE_STYLE + this.currentFilterCom.mobileStyle = deepCopy(BASE_MOBILE_STYLE) + this.currentFilterCom['hyperlinks'] = deepCopy(HYPERLINKS) this.currentFilterCom.commonBackground = this.currentFilterCom.commonBackground || deepCopy(COMMON_BACKGROUND) if (this.currentWidget.filterDialog) { From c3a3891578798298db35c3ba50654ccf272b6449 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 31 May 2022 18:29:14 +0800 Subject: [PATCH 3/3] =?UTF-8?q?style:=20=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 4ca7b6734e..f04f4f9e67 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -2521,8 +2521,7 @@ export default { .view-panel-Mask { display: flex; height: calc(100vh - 60px); - background-color: #5c5e61; - opacity: 0.7; + background-color: rgba(92,94,97, 0.7); position:absolute; top:0px; left: 0px;