获取当前最大z-index
2019-02-22 本文已影响0人
麦芽蕊
[...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()