gpt4 book ai didi

css - 在 Angular2 中,如何使 100% 高度

转载 作者:技术小花猫 更新时间:2023-10-29 10:39:48 25 4
gpt4 key购买 nike

我正在使用 Angular2,我想设置 <app-root> 的高度到 <body> 的 100% .

目前我有:

<body>
<app-root></app-root>
</body>

在我设置的 CSS 文件中:

app-root {
height: 100%;
}

但似乎没有任何变化。

你有什么想法吗?

最佳答案

在组件 css 中使用 :host 选择器

:host {
height: 100%
}

关于css - 在 Angular2 中,如何使 <app-root> 100% 高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45096456/

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