Merge pull request #1230 from Sight-wcg/patch-1
更新 `docs/layout/index.md`,admin 布局右侧菜单动画修改为 `slideLeft`
This commit is contained in:
commit
7ab6632ba0
@ -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
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user