docs: anchor link doesn't scroll to the correct anchor point (#12839)

* docs: anchor link doesn't scroll to he correct anchor point

* icon & table-v2
This commit is contained in:
dopamine
2023-05-16 21:49:48 +08:00
committed by GitHub
parent 798d9d8739
commit 649fa56a7a
3 changed files with 7 additions and 7 deletions

View File

@@ -49,8 +49,8 @@ In this section, you can learn how to use Config Provider to provide experimenta
| size | global component size | ^[enum]`'large' \| 'default' \| 'small'` | default |
| zIndex | global Initial zIndex | ^[number] | — |
| namespace | global component className prefix (cooperated with [$namespace](https://github.com/element-plus/element-plus/blob/dev/packages/theme-chalk/src/mixins/config.scss#L1)) | ^[string] | el |
| button | button related configuration, [see the following table](#button-attributes) | ^[object]`{autoInsertSpace?: boolean}` | see the following table |
| message | message related configuration, [see the following table](#message-attributes) | ^[object]`{max?: number}` | see the following table |
| button | button related configuration, [see the following table](#button-attribute) | ^[object]`{autoInsertSpace?: boolean}` | see the following table |
| message | message related configuration, [see the following table](#message-attribute) | ^[object]`{max?: number}` | see the following table |
| experimental-features | features at experimental stage to be added, all features are default to be set to false | ^[object] | — |
### Button Attribute

View File

@@ -200,7 +200,7 @@ import { Edit, Share, Delete, Search, Loading } from '@element-plus/icons-vue'
</div>
</ElRow>
## Icon Collection
## Icon Collection{#icon-collection}
:::tip

View File

@@ -54,7 +54,7 @@ table-v2/auto-resizer
:::
## Customize Cell Renderer
## Customize Cell Renderer{#customize-cell-renderer}
Of course, you can render the table cell per your needs, here is a simple example of how to customize your cell.
@@ -390,10 +390,10 @@ Note that these are `JavaScript` Objects, so that you **CANNOT USE** kebab-case
| maxWidth | Maximum width for the column | String | - |
| minWidth | Minimum width for the column | String | - |
| width \* | Width for the column **Required** | Number | - |
| cellRenderer | Customized Cell renderer | VueComponent/(props: [CellRenderProps](#renderer-typings)) => VNode | - |
| headerCellRenderer | Customized Header renderer | VueComponent/(props: [HeaderRenderProps](#renderer-typings)) => VNode | - |
| cellRenderer | Customized Cell renderer | VueComponent/(props: [CellRenderProps](#typings)) => VNode | - |
| headerCellRenderer | Customized Header renderer | VueComponent/(props: [HeaderRenderProps](#typings)) => VNode | - |
## Typings
## Typings{#typings}
<details>
<summary>Show Type Declarations</summary>