From 73c1129f2ca1c594308aa10e43de203e886ebbad Mon Sep 17 00:00:00 2001 From: sight <1453017105@qq.com> Date: Wed, 18 Oct 2023 02:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20dropdown=20=E5=92=8C=20men?= =?UTF-8?q?u=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/dropdown/detail/options.md | 14 ++++++++++++++ docs/menu/index.md | 1 + 2 files changed, 15 insertions(+) diff --git a/docs/dropdown/detail/options.md b/docs/dropdown/detail/options.md index 1f058f56..6aa5b415 100644 --- a/docs/dropdown/detail/options.md +++ b/docs/dropdown/detail/options.md @@ -120,6 +120,20 @@ `true` + + + +accordion 2.8.18+ + + +是否开启手风琴效果 + + +boolean + + +`false` + diff --git a/docs/menu/index.md b/docs/menu/index.md index feac0d6b..52148198 100644 --- a/docs/menu/index.md +++ b/docs/menu/index.md @@ -21,6 +21,7 @@ toc: true - 通过 `` 命名基础菜单容器 - 追加 `className` 为 `layui-menu-lg` 可设置基础菜单的大尺寸风格 + - 追加 `lay-accordion` 属性可设置手风琴效果 2.8.18+ - 通过 `
  • ` 放置菜单列表项 - 属性: - 追加 `className` 为 `layui-menu-item-group` 可设置当前菜单为菜单组,即子菜单为纵向层级。