Browse Source

关联表单组件下外边距默认样式优化

lwx_v10
liwenxuan 1 year ago
parent
commit
27867016cc
  1. 11
      src/components/DesignForm/assembly/index.ts

11
src/components/DesignForm/assembly/index.ts

@ -939,7 +939,16 @@ export default [
], ],
}, },
}, },
config: {} config: {},
styles: {
divStyle: {
marginBot: "15"
},
labelStyle: {
paddingLeft: "7",
},
inputStyle: {}
}
}, },
{ {
type: 'component', type: 'component',

Loading…
Cancel
Save