gpt4 book ai didi

angular - 如何在 Material 对话框 (MatDialog) 上自定义 ngx-material-timepicker 的 css z-index (more 1000)?

转载 作者:行者123 更新时间:2023-12-03 18:40:26 24 4
gpt4 key购买 nike

我的 ngx-timepicker-fieldMatDialog 中。当我的时间选择器显示时,他在 MatDialog 模态弹出窗口后面。

constructor(public dialog: MatDialog) { }

const dialogRef = this.dialog.open(PopupComponent, {
data: {
...
},
position: {
top: '50px'
}
});

弹出组件:
@ViewChild('sendAlertHour', {static: false} ) sendAlertHour:  NgxTimepickerFieldComponent;

<div>
<ngx-timepicker-field #sendAlertHour></ngx-timepicker-field>
</div>

enter image description here

最佳答案

在全局样式表 (styles.scss) 中添加以下内容:

.timepicker-overlay {
z-index: 1100 !important;
}

.timepicker-backdrop-overlay {
z-index: 1100 !important;
}

这将在 Material 对话框上方显示时间选择器。解决方案找到 here

关于angular - 如何在 Material 对话框 (MatDialog) 上自定义 ngx-material-timepicker 的 css z-index (more 1000)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59047290/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com