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: { 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'
}, },