From dae829e0c6099ccee93bd90753377139c8691cb2 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 25 Apr 2022 15:25:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=96=B0=E5=BB=BA=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E6=97=B6=E5=8A=A0=E4=B8=8A=E8=B7=B3=E8=BD=AC=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E9=BB=98=E8=AE=A4=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canvas/custom-component/component-list.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/custom-component/component-list.js b/frontend/src/components/canvas/custom-component/component-list.js index de8a94a057..d86abc6945 100644 --- a/frontend/src/components/canvas/custom-component/component-list.js +++ b/frontend/src/components/canvas/custom-component/component-list.js @@ -227,6 +227,7 @@ const list = [ icon: 'wenben', type: 'v-text', mobileStyle: BASE_MOBILE_STYLE, + hyperlinks: HYPERLINKS, style: { width: 400, height: 100, @@ -238,7 +239,6 @@ const list = [ color: '#000000', verticalAlign: 'middle' }, - hyperlinks: HYPERLINKS, x: 1, y: 1, sizex: 10, @@ -279,6 +279,7 @@ const list = [ type: 'Picture', propValue: require('@/components/canvas/assets/title.jpg'), mobileStyle: BASE_MOBILE_STYLE, + hyperlinks: HYPERLINKS, style: { width: 300, height: 200 @@ -298,6 +299,7 @@ const list = [ type: 'Picture', propValue: require('@/components/canvas/assets/bg-kj-1.jpg'), mobileStyle: BASE_MOBILE_STYLE, + hyperlinks: HYPERLINKS, style: { borderStyle: 'solid', borderWidth: 0, @@ -316,6 +318,7 @@ const list = [ icon: 'juxing', type: 'rect-shape', mobileStyle: BASE_MOBILE_STYLE, + hyperlinks: HYPERLINKS, style: { width: 300, height: 200, @@ -338,6 +341,7 @@ const list = [ icon: 'juxing', type: 'view', mobileStyle: BASE_MOBILE_STYLE, + hyperlinks: HYPERLINKS, style: { width: 300, height: 200 @@ -358,6 +362,7 @@ const list = [ icon: 'tabs', type: 'de-tabs', mobileStyle: BASE_MOBILE_STYLE, + hyperlinks: HYPERLINKS, style: { width: 200, height: 200, @@ -387,6 +392,7 @@ const list = [ icon: 'shijian', type: 'de-show-date', mobileStyle: BASE_MOBILE_STYLE, + hyperlinks: HYPERLINKS, style: { width: 250, height: 100, @@ -424,6 +430,7 @@ const list = [ icon: 'iconfont icon-iframe', defaultClass: 'text-filter', mobileStyle: BASE_MOBILE_STYLE, + hyperlinks: HYPERLINKS, style: { width: 400, height: 200 @@ -464,6 +471,7 @@ const list = [ icon: 'iconfont icon-picture', defaultClass: 'text-filter', mobileStyle: BASE_MOBILE_STYLE, + hyperlinks: HYPERLINKS, style: { width: 400, height: 200 @@ -484,6 +492,7 @@ const list = [ icon: 'iconfont icon-picture', defaultClass: 'text-filter', mobileStyle: BASE_MOBILE_STYLE, + hyperlinks: HYPERLINKS, style: { width: 400, height: 200