gpt4 book ai didi

html - Angular Material 表分页在 IE 10 中不起作用

转载 作者:行者123 更新时间:2023-11-28 02:20:03 25 4
gpt4 key购买 nike

我在我的 angular(4.4.4) 应用程序中使用了 angular-material 的组件。但是,表格的分页 (mat-paginatior) 出现故障。下一个和上一个按钮似乎被禁用。此问题仅存在于 IE 10 中。

根据文档,angular-material 应该支持 n-1 个浏览器,这意味着 IE 10 也在列表中。但是很明显,库在其中不起作用。

是否有任何修复或 polyfill 可以使组件在 IE 10 中正常工作?

最佳答案

在全局 scss 中添加此样式,分页器将正常工作 :D

//IE 10

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
// bug with pagination in table
.mat-button-focus-overlay, .mat-ripple.mat-button-ripple {
display: none;
}
}

关于html - Angular Material 表分页在 IE 10 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48261256/

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