feat:修改外链的配置

main
liu.shiyi 2 years ago
parent 66b24afb9e
commit 1b63516e34

@ -34,13 +34,12 @@
<SettingTitle>基础</SettingTitle> <SettingTitle>基础</SettingTitle>
<div class="bs-setting-wrap"> <div class="bs-setting-wrap">
<el-form-item <el-form-item
label="链接地址" label="URL"
label-width="100px" label-width="100px"
prop="title"
> >
<el-input <el-input
v-model="config.customize.url" v-model="config.customize.url"
placeholder="请输入链接地址" placeholder="请输入URL地址"
clearable clearable
/> />
</el-form-item> </el-form-item>

@ -79,8 +79,8 @@ export default function getComponentConfig (type) {
icon: Icon.getNameList()[2], icon: Icon.getNameList()[2],
className: className:
'com.gccloud.dataroom.core.module.chart.components.ScreenScrollBoardChart', 'com.gccloud.dataroom.core.module.chart.components.ScreenScrollBoardChart',
w: 500, w: 600,
h: 300, h: 400,
x: 0, x: 0,
y: 0, y: 0,
type type
@ -92,8 +92,8 @@ export default function getComponentConfig (type) {
icon: Icon.getNameList()[3], icon: Icon.getNameList()[3],
className: className:
'com.gccloud.dataroom.core.module.chart.components.ScreenScrollRankingChart', 'com.gccloud.dataroom.core.module.chart.components.ScreenScrollRankingChart',
w: 550, w: 600,
h: 350, h: 400,
x: 0, x: 0,
y: 0, y: 0,
type type
@ -144,8 +144,8 @@ export default function getComponentConfig (type) {
icon: Icon.getNameList()[8], icon: Icon.getNameList()[8],
className: className:
'com.gccloud.dataroom.core.module.chart.components.ScreenIframeChart', 'com.gccloud.dataroom.core.module.chart.components.ScreenIframeChart',
w: 500, w: 600,
h: 500, h: 400,
x: 0, x: 0,
y: 0, y: 0,
type type
@ -171,8 +171,8 @@ export default function getComponentConfig (type) {
icon: Icon.getNameList()[12], icon: Icon.getNameList()[12],
className: className:
'com.gccloud.dataroom.core.module.chart.components.ScreenVideoChart', 'com.gccloud.dataroom.core.module.chart.components.ScreenVideoChart',
w: 800, w: 600,
h: 500, h: 400,
x: 0, x: 0,
y: 0, y: 0,
type type

Loading…
Cancel
Save