mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 18:58:11 +00:00
merge: item.name=== 'style'
This commit is contained in:
parent
34825f8a65
commit
a86e503386
@ -136,7 +136,7 @@ export default function(metadata: TransformedComponentMetadata): TransformedComp
|
|||||||
// advanceGroup = item.items || [];
|
// advanceGroup = item.items || [];
|
||||||
// propsGroup.splice(l, 1);
|
// propsGroup.splice(l, 1);
|
||||||
// }
|
// }
|
||||||
if (item.name === '__style__' || item.name === 'containerStyle' || item.name === 'pageStyle') {
|
if (item.name === '__style__' || item.name === 'style' || item.name === 'containerStyle' || item.name === 'pageStyle') {
|
||||||
propsGroup.splice(l, 1);
|
propsGroup.splice(l, 1);
|
||||||
stylesGroup.push(item);
|
stylesGroup.push(item);
|
||||||
if (item.extraProps?.defaultCollapsed && item.name !== 'containerStyle') {
|
if (item.extraProps?.defaultCollapsed && item.name !== 'containerStyle') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user