docs: update doc (#7799)

This commit is contained in:
0song
2022-05-20 12:06:00 +08:00
committed by GitHub
parent 6cc11662a6
commit 4172ff4da6
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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)
:::