Commit 380e5d22fcd8bc6ce2ef83bc4f7b43b9bdc1a71e

Authored by ly525
1 parent 65deef4f

chore(core-editor): make props editor form size smaller

front-end/h5/src/components/core/editor.js
@@ -113,7 +113,7 @@ export default { @@ -113,7 +113,7 @@ export default {
113 const editingElement = this.editingElement 113 const editingElement = this.editingElement
114 const propsConfig = editingElement.editorConfig.propsConfig 114 const propsConfig = editingElement.editorConfig.propsConfig
115 return ( 115 return (
116 - <el-form ref="form" label-width="100px" size="mini"> 116 + <el-form ref="form" label-width="100px" size="mini" label-position="left">
117 { 117 {
118 Object.keys(propsConfig).map(propKey => { 118 Object.keys(propsConfig).map(propKey => {
119 const item = propsConfig[propKey] 119 const item = propsConfig[propKey]