mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs: update doc (#7799)
This commit is contained in:
@@ -31,7 +31,7 @@ space/vertical-layout
|
||||
|
||||
Control the space size via `size` API.
|
||||
|
||||
You can set the size with built-in sizes `small`, `default`, `large`, these size coresponds to `4px`, `8px`, `12px`, `16px`. The default size is `small`, A.K.A. `8px`
|
||||
You can set the size with built-in sizes `small`, `default`, `large`, these size coresponds to `8px`, `12px`, `16px`. The default size is `small`, A.K.A. `8px`
|
||||
|
||||
You can also using customized size to override it. Refer to the next part.
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ switch/text-description
|
||||
|
||||
:::tip
|
||||
|
||||
Use the `active-icon` and `active-icon` attribute to add icon. You can pass either string for the component name (registered in advance) or the component itself which is a SVG Vue component. Element Plus has provided a set of icon that you can find at [icon](/en-US/component/icon)
|
||||
Use the `active-icon` and `inactive-icon` attribute to add icon. You can pass either string for the component name (registered in advance) or the component itself which is a SVG Vue component. Element Plus has provided a set of icon that you can find at [icon](/en-US/component/icon)
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user