mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-21 16:30:32 +00:00
feat:调整了下基础样式
This commit is contained in:
parent
55941dd987
commit
00dade3b47
@ -30,13 +30,16 @@ const SCHEMA = {
|
|||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
ref: 'outterView',
|
ref: 'outterView',
|
||||||
autoLoading: true
|
autoLoading: true,
|
||||||
|
style: {
|
||||||
|
padding: 20
|
||||||
|
}
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
componentName: 'Form',
|
componentName: 'Form',
|
||||||
props: {
|
props: {
|
||||||
labelCol: 4,
|
labelCol: 3,
|
||||||
style: {},
|
style: {},
|
||||||
ref: 'testForm'
|
ref: 'testForm'
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user