Unverified 提交 1f3c5adc authored 作者: 王嘉豪's avatar 王嘉豪 提交者: GitHub

Merge pull request #2172 from dataease/pr@dev@refactor-new-view-jumpinfo

refactor: 新建视图时加上跳转链接默认设置
...@@ -227,6 +227,7 @@ const list = [ ...@@ -227,6 +227,7 @@ const list = [
icon: 'wenben', icon: 'wenben',
type: 'v-text', type: 'v-text',
mobileStyle: BASE_MOBILE_STYLE, mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: { style: {
width: 400, width: 400,
height: 100, height: 100,
...@@ -238,7 +239,6 @@ const list = [ ...@@ -238,7 +239,6 @@ const list = [
color: '#000000', color: '#000000',
verticalAlign: 'middle' verticalAlign: 'middle'
}, },
hyperlinks: HYPERLINKS,
x: 1, x: 1,
y: 1, y: 1,
sizex: 10, sizex: 10,
...@@ -279,6 +279,7 @@ const list = [ ...@@ -279,6 +279,7 @@ const list = [
type: 'Picture', type: 'Picture',
propValue: require('@/components/canvas/assets/title.jpg'), propValue: require('@/components/canvas/assets/title.jpg'),
mobileStyle: BASE_MOBILE_STYLE, mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: { style: {
width: 300, width: 300,
height: 200 height: 200
...@@ -298,6 +299,7 @@ const list = [ ...@@ -298,6 +299,7 @@ const list = [
type: 'Picture', type: 'Picture',
propValue: require('@/components/canvas/assets/bg-kj-1.jpg'), propValue: require('@/components/canvas/assets/bg-kj-1.jpg'),
mobileStyle: BASE_MOBILE_STYLE, mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: { style: {
borderStyle: 'solid', borderStyle: 'solid',
borderWidth: 0, borderWidth: 0,
...@@ -316,6 +318,7 @@ const list = [ ...@@ -316,6 +318,7 @@ const list = [
icon: 'juxing', icon: 'juxing',
type: 'rect-shape', type: 'rect-shape',
mobileStyle: BASE_MOBILE_STYLE, mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: { style: {
width: 300, width: 300,
height: 200, height: 200,
...@@ -338,6 +341,7 @@ const list = [ ...@@ -338,6 +341,7 @@ const list = [
icon: 'juxing', icon: 'juxing',
type: 'view', type: 'view',
mobileStyle: BASE_MOBILE_STYLE, mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: { style: {
width: 300, width: 300,
height: 200 height: 200
...@@ -358,6 +362,7 @@ const list = [ ...@@ -358,6 +362,7 @@ const list = [
icon: 'tabs', icon: 'tabs',
type: 'de-tabs', type: 'de-tabs',
mobileStyle: BASE_MOBILE_STYLE, mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: { style: {
width: 200, width: 200,
height: 200, height: 200,
...@@ -387,6 +392,7 @@ const list = [ ...@@ -387,6 +392,7 @@ const list = [
icon: 'shijian', icon: 'shijian',
type: 'de-show-date', type: 'de-show-date',
mobileStyle: BASE_MOBILE_STYLE, mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: { style: {
width: 250, width: 250,
height: 100, height: 100,
...@@ -424,6 +430,7 @@ const list = [ ...@@ -424,6 +430,7 @@ const list = [
icon: 'iconfont icon-iframe', icon: 'iconfont icon-iframe',
defaultClass: 'text-filter', defaultClass: 'text-filter',
mobileStyle: BASE_MOBILE_STYLE, mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: { style: {
width: 400, width: 400,
height: 200 height: 200
...@@ -464,6 +471,7 @@ const list = [ ...@@ -464,6 +471,7 @@ const list = [
icon: 'iconfont icon-picture', icon: 'iconfont icon-picture',
defaultClass: 'text-filter', defaultClass: 'text-filter',
mobileStyle: BASE_MOBILE_STYLE, mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: { style: {
width: 400, width: 400,
height: 200 height: 200
...@@ -484,6 +492,7 @@ const list = [ ...@@ -484,6 +492,7 @@ const list = [
icon: 'iconfont icon-picture', icon: 'iconfont icon-picture',
defaultClass: 'text-filter', defaultClass: 'text-filter',
mobileStyle: BASE_MOBILE_STYLE, mobileStyle: BASE_MOBILE_STYLE,
hyperlinks: HYPERLINKS,
style: { style: {
width: 400, width: 400,
height: 200 height: 200
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论