Closed
Description
现在的 Modal 只有一层,需要改成多层 stacking 的样子。概念可以参考 https://github.com/pburtchaell/react-notification ,里头 Notification
和 NotificationStack
的概念。
希望把 Modal 的模型做成一个 stack,第二层 show 的时候叠加在第一层上面,dismiss 的时候第二层先消失。
现在的 Modal 只有一层,需要改成多层 stacking 的样子。概念可以参考 https://github.com/pburtchaell/react-notification ,里头 Notification
和 NotificationStack
的概念。
希望把 Modal 的模型做成一个 stack,第二层 show 的时候叠加在第一层上面,dismiss 的时候第二层先消失。