|
@@ -289,10 +289,11 @@ export default function getComponentConfig (type) {
|
|
|
return {
|
|
|
name: '指标卡',
|
|
|
title: '指标卡',
|
|
|
- icon: Icon.getNameList()[26],
|
|
|
+ icon: null,
|
|
|
+ img: require('data-room-ui/assets/images/cardImg/card.png'),
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndicatorCardChart',
|
|
|
- w: 500,
|
|
|
- h: 250,
|
|
|
+ w: 400,
|
|
|
+ h: 170,
|
|
|
x: 0,
|
|
|
y: 0,
|
|
|
type
|
|
@@ -302,10 +303,11 @@ export default function getComponentConfig (type) {
|
|
|
return {
|
|
|
name: '指标卡一',
|
|
|
title: '指标卡一',
|
|
|
- icon: Icon.getNameList()[27],
|
|
|
+ icon: null,
|
|
|
+ img: require('data-room-ui/assets/images/cardImg/indicard.png'),
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndexCardChart',
|
|
|
- w: 600,
|
|
|
- h: 250,
|
|
|
+ w: 400,
|
|
|
+ h: 200,
|
|
|
x: 0,
|
|
|
y: 0,
|
|
|
type
|
|
@@ -314,10 +316,11 @@ export default function getComponentConfig (type) {
|
|
|
return {
|
|
|
name: '指标卡二',
|
|
|
title: '指标卡二',
|
|
|
- icon: Icon.getNameList()[27],
|
|
|
+ icon: null,
|
|
|
+ img: require('data-room-ui/assets/images/cardImg/card2.png'),
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndicatorCardChart',
|
|
|
- w: 600,
|
|
|
- h: 250,
|
|
|
+ w: 400,
|
|
|
+ h: 170,
|
|
|
x: 0,
|
|
|
y: 0,
|
|
|
type
|
|
@@ -326,10 +329,11 @@ export default function getComponentConfig (type) {
|
|
|
return {
|
|
|
name: '指标卡三',
|
|
|
title: '指标卡三',
|
|
|
- icon: Icon.getNameList()[27],
|
|
|
+ icon: null,
|
|
|
+ img: require('data-room-ui/assets/images/cardImg/indcard2.png'),
|
|
|
className: 'com.gccloud.dataroom.core.module.chart.components.ScreenIndexCardChart',
|
|
|
- w: 600,
|
|
|
- h: 250,
|
|
|
+ w: 400,
|
|
|
+ h: 200,
|
|
|
x: 0,
|
|
|
y: 0,
|
|
|
type
|