Commit 8b27425eb17d99aa18125123b9d961450772be82
1 parent
e08c514f
chore(editor): make prop editor smaller
Showing
1 changed file
with
1 additions
and
1 deletions
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] | ... | ... |