feat:调整了下基础样式

This commit is contained in:
下羊 2020-03-17 17:41:39 +08:00
parent 55941dd987
commit 00dade3b47

View File

@ -30,13 +30,16 @@ const SCHEMA = {
},
props: {
ref: 'outterView',
autoLoading: true
autoLoading: true,
style: {
padding: 20
}
},
children: [
{
componentName: 'Form',
props: {
labelCol: 4,
labelCol: 3,
style: {},
ref: 'testForm'
},