mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 04:40:32 +00:00
fix container issue of material
This commit is contained in:
parent
fd7f6266a6
commit
ce6e907a3d
@ -982,7 +982,12 @@
|
|||||||
"value": "node"
|
"value": "node"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"configure": {
|
||||||
|
"component": {
|
||||||
|
"isContainer": true
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"componentName": "Calendar",
|
"componentName": "Calendar",
|
||||||
@ -4706,7 +4711,12 @@
|
|||||||
"propType": "func",
|
"propType": "func",
|
||||||
"description": "预览态模式下渲染的内容\n@param {any} value 根据包裹的组件的 value 类型而决定"
|
"description": "预览态模式下渲染的内容\n@param {any} value 根据包裹的组件的 value 类型而决定"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"configure": {
|
||||||
|
"component": {
|
||||||
|
"isContainer": true
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"componentName": "Form.Submit",
|
"componentName": "Form.Submit",
|
||||||
@ -11449,7 +11459,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"componentName": "Box",
|
"componentName": "Box",
|
||||||
"title": "@alifd/next",
|
"title": "弹性布局",
|
||||||
"docUrl": "",
|
"docUrl": "",
|
||||||
"screenshot": "",
|
"screenshot": "",
|
||||||
"npm": {
|
"npm": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user