乐趣区

关于前端:获取当前页面显示的eldialog元素

判断以后整个 vue 利用中是否有弹窗在显示,代码:

$("div.el-dialog__wrapper").each(function(i) {if ($(this).css("display") !== "none" && $(this).css("position")==='fixed') {console.log($(this)[0])
  }
});
退出移动版