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