mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-21 08:20:27 +00:00
feat:调整了下基础样式
This commit is contained in:
parent
55941dd987
commit
00dade3b47
@ -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'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user