mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-06-30 23:45:12 +08:00
fix: 🐛 删除el物料的 row col 预设
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user