feat(组件): 新增信息卡片集合组件
添加信息卡片集合组件,支持瀑布流布局和无缝滚动效果 包含组件配置、样式设置和交互逻辑实现
This commit is contained in:
@@ -136,6 +136,19 @@ export default function getComponentConfig(type) {
|
||||
y: 0,
|
||||
type,
|
||||
};
|
||||
case 'infoCardCollection':
|
||||
return {
|
||||
name: "信息卡片集合",
|
||||
title: "信息卡片集合",
|
||||
icon: Icon.getNameList()[4],
|
||||
className:
|
||||
"com.gccloud.dataroom.core.module.chart.components.ScreenTablesChart",
|
||||
w: 600,
|
||||
h: 400,
|
||||
x: 0,
|
||||
y: 0,
|
||||
type,
|
||||
};
|
||||
case "timeCountDown":
|
||||
return {
|
||||
name: "倒计时",
|
||||
|
||||
Reference in New Issue
Block a user