fix: 🐛 删除el物料的 row col 预设

This commit is contained in:
“chenhuachun”
2025-04-09 09:30:58 +08:00
parent b9ff2d8ba7
commit 30cb55c8bc

View File

@@ -46,37 +46,7 @@ const components: MaterialDescription[] = [
snippet: {
props: {
gutter: 10
},
children: [
{
name: 'ElCol',
props: {
span: 6
},
children: [
{
name: 'component',
props: {
is: 'div',
style: {
height: '50px',
background: '#ecf5ff'
}
}
}
],
directives: [
{
name: 'vFor',
value: {
type: 'JSExpression',
value: '4'
}
}
]
}
]
}
}
},
{
@@ -143,20 +113,7 @@ const components: MaterialDescription[] = [
snippet: {
props: {
span: 6
},
children: [
{
name: 'component',
props: {
is: 'div',
style: {
height: '50px',
background: '#ecf5ff'
}
},
children: 'Col'
}
]
}
}
}
];