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

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