設置easyUi彈出窗在彈出框(iframe)中不居中問題

 $("#w").window({
    top:($(window).height() - 420) * 0.5,  
    left:($(window).width() - 480) * 0.5,
            
  });
  $("#w").window('open');

相關文章
相關標籤/搜索