更新 `docs/layout/index.md`,admin 布局右侧菜单动画修改为 `slideLeft`

更新 `docs/layout/index.md`,admin 布局右侧菜单动画修改为 `slideLeft`
pull/1230/head
morning-star 2023-04-24 13:12:31 +08:00 committed by GitHub
parent c17919e10b
commit 944cc495e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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