From 944cc495e26d19fb4399e711e5af59d2a41ebfd0 Mon Sep 17 00:00:00 2001 From: morning-star Date: Mon, 24 Apr 2023 13:12:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20`docs/layout/index.md`?= =?UTF-8?q?=EF=BC=8Cadmin=20=E5=B8=83=E5=B1=80=E5=8F=B3=E4=BE=A7=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=8A=A8=E7=94=BB=E4=BF=AE=E6=94=B9=E4=B8=BA=20`slide?= =?UTF-8?q?Left`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新 `docs/layout/index.md`,admin 布局右侧菜单动画修改为 `slideLeft` --- docs/layout/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout/index.md b/docs/layout/index.md index f31c2e13..7b0af3b3 100644 --- a/docs/layout/index.md +++ b/docs/layout/index.md @@ -131,7 +131,7 @@ layui.use(['element', 'layer', 'util'], function(){ ,content: '
处理右侧面板的操作
' ,area: ['260px', '100%'] ,offset: 'rt' //右上角 - ,anim: 5 + ,anim: 'slideLeft' ,shadeClose: true ,scrollbar: false });