Merge pull request #1230 from Sight-wcg/patch-1

更新 `docs/layout/index.md`,admin 布局右侧菜单动画修改为 `slideLeft`
This commit is contained in:
贤心 2023-04-24 13:19:40 +08:00 committed by GitHub
commit 7ab6632ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ layui.use(['element', 'layer', 'util'], function(){
,content: '<div style="padding: 15px;">处理右侧面板的操作</div>'
,area: ['260px', '100%']
,offset: 'rt' //右上角
,anim: 5
,anim: 'slideLeft'
,shadeClose: true
,scrollbar: false
});