mirror of https://github.com/layui/layui
更新 layout 示例
parent
4a42e9dcc5
commit
329f2ae1ff
|
@ -126,14 +126,14 @@ layui.use(['element', 'layer', 'util'], function(){
|
|||
},
|
||||
menuRight: function(){ // 右侧菜单事件
|
||||
layer.open({
|
||||
type: 1
|
||||
,title: '更多'
|
||||
,content: '<div style="padding: 15px;">处理右侧面板的操作</div>'
|
||||
,area: ['260px', '100%']
|
||||
,offset: 'rt' //右上角
|
||||
,anim: 'slideLeft'
|
||||
,shadeClose: true
|
||||
,scrollbar: false
|
||||
type: 1,
|
||||
title: '更多',
|
||||
content: '<div style="padding: 15px;">处理右侧面板的操作</div>',
|
||||
area: ['260px', '100%'],
|
||||
offset: 'rt', // 右上角
|
||||
anim: 'slideLeft', // 从右侧抽屉滑出
|
||||
shadeClose: true,
|
||||
scrollbar: false
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue