gpt4 book ai didi

angular - 如何在 Angular 5 中覆盖 ngbPopover 的 CSS?

转载 作者:行者123 更新时间:2023-12-05 01:00:40 25 4
gpt4 key购买 nike

我正在使用 ng-bootstrap 并想为弹出内容添加自定义 CSS。我正在尝试在 app.component.css 中应用,但它没有在 popover-body 中应用。

Check this!! I want to apply CSS in this attribute

最佳答案

您可以使用 ViewEncapsulation.None。这意味着“样式被包裹在样式标签中并被推到头部”

@Component({
selector: 'my-app',
template: `
... `,
styles:[`.popover-title{background-color:black;color:white}`],
encapsulation: ViewEncapsulation.None
})

关于angular - 如何在 Angular 5 中覆盖 ngbPopover 的 CSS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48258950/

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