[...document.all].reduce((r, e) => Math.max(r, +window.getComputedStyle(e).zIndex || 0), 0)
在element-ui中,可以统一使用PopupManager管理
import { PopupManager } from 'element-ui/lib/utils/popup'
PopupManager.nextZIndex()
[...document.all].reduce((r, e) => Math.max(r, +window.getComputedStyle(e).zIndex || 0), 0)
在element-ui中,可以统一使用PopupManager管理
import { PopupManager } from 'element-ui/lib/utils/popup'
PopupManager.nextZIndex()
本文标题:获取当前最大z-index
本文链接:https://www.haomeiwen.com/subject/faoeyqtx.html
网友评论