【发布时间】:2021-09-01 23:04:30
【问题描述】:
我正在使用 react-notifications-component 小吃店,但我遇到了一个问题,即我的小吃店出现在弹出窗口的后面。有没有办法申请zindex?
使用
store.addNotification({
// title: "Error",
message: 'Please select option first',
type: 'danger', // 'default', 'success', 'info', 'warning','danger'
container: 'top-right', // where to position the notifications
dismiss: {
duration: 1000000
}
})
【问题讨论】:
-
是的,你可以使用css
-
如何实现内联CSS?? @madalinivascu
标签: javascript reactjs ecmascript-6 material-ui frontend