Commit 8b27425eb17d99aa18125123b9d961450772be82

Authored by ly525
1 parent e08c514f

chore(editor): make prop editor smaller

front-end/h5/src/views/Editor.vue
... ... @@ -424,7 +424,7 @@ const Editor = {
424 424 const editingElement = this.editingElement
425 425 const propsConfig = editingElement.editorConfig.propsConfig
426 426 return (
427   - <el-form ref="form" label-width="80px">
  427 + <el-form ref="form" label-width="100px" size="mini">
428 428 {
429 429 Object.keys(propsConfig).map(propKey => {
430 430 const item = propsConfig[propKey]
... ...