【发布时间】:2019-12-18 09:47:33
【问题描述】:
我目前正在使用 Michael Bromley 的 'ngx-pagination' 模块。该模块工作正常,但它似乎是唯一不使用现有主题 css 的分页模块。现在看起来像:
阅读他的explanation,似乎应该很容易通过添加/deep/来覆盖css。好吧,它不起作用...有人说它是'弃用',所以我尝试添加!important,但这似乎不起作用也是。
见 -> https://stackblitz.com/edit/angular-p3swdg
在 'app.component.css' 中,我已经上传了主题 css,最后它应该是这样的(参见 documentation):
任何帮助将不胜感激。
【问题讨论】:
标签: html css angular web-component ngx-pagination