From 3c2af0721edc69bd80b35c998f085047c07abfbc Mon Sep 17 00:00:00 2001 From: "MCCRNFC.SNLoong" <64060420+MCCRNFC-SNLoong@users.noreply.github.com> Date: Sat, 15 Jul 2023 13:36:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E8=8F=9C=E5=8D=95menu?= =?UTF-8?q?=EF=BC=8C=E6=96=87=E6=A1=A3=E7=BB=86=E8=8A=82=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/menu/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/menu/index.md b/docs/menu/index.md index ba375500..feac0d6b 100644 --- a/docs/menu/index.md +++ b/docs/menu/index.md @@ -24,7 +24,7 @@ toc: true - 通过 `
  • ` 放置菜单列表项 - 属性: - 追加 `className` 为 `layui-menu-item-group` 可设置当前菜单为菜单组,即子菜单为纵向层级。 - - 或追加 `className` 为 `layui-menu-item-parent` 可这支当前菜单为父级菜单,即子菜单为横向层级。 + - 或追加 `className` 为 `layui-menu-item-parent` 可设置当前菜单为父级菜单,即子菜单为横向层级。 - 追加 `className` 为 `layui-menu-item-divider` 可设置分隔线。 - 追加 `className` 为 `layui-menu-item-up` 或 `layui-menu-item-down` 可设置子菜单默认收缩或展开。 - 追加 `className` 为 `layui-menu-item-checked` 可设置当前菜单为选中状态 @@ -59,4 +59,4 @@ toc: true ## 贴士 -基础菜单相当于是 `dropdown` 组件的一种静态化呈现,因此在事件等动态操作上需借助 `dropdown` 组件的 API 来完成。 \ No newline at end of file +基础菜单相当于是 `dropdown` 组件的一种静态化呈现,因此在事件等动态操作上需借助 `dropdown` 组件的 API 来完成。