更新 layout 示例

pull/1234/head
贤心 2 years ago
parent 4a42e9dcc5
commit 329f2ae1ff

@ -126,14 +126,14 @@ layui.use(['element', 'layer', 'util'], function(){
}, },
menuRight: function(){ // 右侧菜单事件 menuRight: function(){ // 右侧菜单事件
layer.open({ layer.open({
type: 1 type: 1,
,title: '更多' title: '更多',
,content: '<div style="padding: 15px;">处理右侧面板的操作</div>' content: '<div style="padding: 15px;">处理右侧面板的操作</div>',
,area: ['260px', '100%'] area: ['260px', '100%'],
,offset: 'rt' //右上角 offset: 'rt', // 右上角
,anim: 'slideLeft' anim: 'slideLeft', // 从右侧抽屉滑出
,shadeClose: true shadeClose: true,
,scrollbar: false scrollbar: false
}); });
} }
}); });

Loading…
Cancel
Save