Skip to content

Commit

Permalink
Docs(en-US): [Form] (ElemeFE#22268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazel-Lin authored and Simon-He95 committed Jul 10, 2023
1 parent 95cc8ef commit 4a6acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docs/en-US/form.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ When an `el-form-item` is nested in another `el-form-item`, its label width will

All components in a Form inherit their `size` attribute from that Form. Similarly, FormItem also has a `size` attribute.

:::demo Still you can fine tune each component's `size` if you don't want that component to inherit its size from From or FormIten.
:::demo Still you can fine tune each component's `size` if you don't want that component to inherit its size from From or FormItem.
```html
<el-form ref="form" :model="sizeForm" label-width="120px" size="mini">
<el-form-item label="Activity name">
Expand Down

0 comments on commit 4a6acfb

Please sign in to comment.