mirror of https://github.com/1099438829/macUI.git
修整按钮
This commit is contained in:
parent
173c300d99
commit
6c820125c2
|
|
@ -801,8 +801,8 @@ window.Win10 = {
|
||||||
//重新定义菜单布局
|
//重新定义菜单布局
|
||||||
layero_opened.find('.layui-layer-setwin').prepend('<a class="win10-btn-refresh" index="' + index + '" href="#"></a>');
|
layero_opened.find('.layui-layer-setwin').prepend('<a class="win10-btn-refresh" index="' + index + '" href="#"></a>');
|
||||||
//菜单排列倒序
|
//菜单排列倒序
|
||||||
$(".layui-layer-setwin>a").each(function(){
|
layero_opened.find(".layui-layer-setwin>a").each(function(){
|
||||||
$(this).prependTo(".layui-layer-setwin");
|
$(this).prependTo(layero_opened.find(".layui-layer-setwin"));
|
||||||
})
|
})
|
||||||
layero_opened.find('.layui-layer-setwin .layui-layer-max').click(function () {
|
layero_opened.find('.layui-layer-setwin .layui-layer-max').click(function () {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue