mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
docs: fix Menu api layout (#36697)
Co-authored-by: zhanghaoqiang <zhanghq7458@joyowo.com>
This commit is contained in:
parent
789a557b84
commit
f3db1f2dab
@ -129,7 +129,7 @@ return <Menu items={items} />;
|
|||||||
| popupClassName | 子菜单样式,`mode="inline"` 时无效 | string | - | |
|
| popupClassName | 子菜单样式,`mode="inline"` 时无效 | string | - | |
|
||||||
| popupOffset | 子菜单偏移量,`mode="inline"` 时无效 | \[number, number] | - | |
|
| popupOffset | 子菜单偏移量,`mode="inline"` 时无效 | \[number, number] | - | |
|
||||||
| onTitleClick | 点击子菜单标题 | function({ key, domEvent }) | - | |
|
| onTitleClick | 点击子菜单标题 | function({ key, domEvent }) | - | |
|
||||||
| theme | 设置子菜单的主题,默认从 Menu 上继承 | | `light` \| `dark` | - | |
|
| theme | 设置子菜单的主题,默认从 Menu 上继承 | `light` \| `dark` | - | |
|
||||||
|
|
||||||
#### MenuItemGroupType
|
#### MenuItemGroupType
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user