Files
element-plus/packages/components/notification
烟花 151ebede93 fix(components): [notification] option zIndex for notification can't effect (#10796)
option zIndex for notification can't effect

`options.zIndex` is not effective since it is write before `zIndex: nextZIndex()`, it will be overode.
2022-12-03 14:03:24 +08:00
..