idux
idux copied to clipboard
[WIP]fix(comp:message): include `useZIndex` to message wrapper
PR Checklist
Please check if your PR fulfills the following requirements:
- [x] The commit message follows our guidelines
- [x] Tests for the changes have been added/updated or not needed
- [x] Docs and demo have been added/updated or not needed
What is the current behavior?
message wrapper的z-index是写死的,导致如果配置了overlayZIndex,可能会出现message一直在底部的问题
What is the new behavior?
使用 useZIndex 维护 wrapper 的 zIndex