|
@@ -47,6 +47,7 @@ export function dataTransform(data: any) {
|
|
for (const item of childrens) {
|
|
for (const item of childrens) {
|
|
let card = compMap[item]
|
|
let card = compMap[item]
|
|
if (card.compKey != "Container" ) {
|
|
if (card.compKey != "Container" ) {
|
|
|
|
+ card.layout.position = "absolute";
|
|
card = CompUI.Page.createComp({
|
|
card = CompUI.Page.createComp({
|
|
compKey: "Container",
|
|
compKey: "Container",
|
|
children: {
|
|
children: {
|